0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 06, 2024 — Jan 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove from the connection object list before maybe raising an exception to ensure it is removed More... almost 15 years ago
add support for setting the application name to an arbitary value More... almost 15 years ago
correctly report incorrect logins More... almost 15 years ago
add support for using type subclasses as parameters More... almost 15 years ago
use nullable types by default More... almost 15 years ago
add initial support for callproc() More... almost 15 years ago
correctly set output parameters upon the procedure calls return More... almost 15 years ago
add support for positional parameters in stored procedures More... almost 15 years ago
add support for nullable bits and ints change version in setup.py to 1.9.909 and tag version with -dev in setup.cfg update changelog More... almost 15 years ago
Add tag 1.9.908 More... almost 15 years ago
quick fix for including the .pyrex folder More... almost 15 years ago
update googlecode_upload to a later version that uploads correctly on windows. bump version to 1.9.908 and re-tag builds as -dev More... almost 15 years ago
Add tag 1.9.907 More... almost 15 years ago
fix the MANIFEST.in to include .pyrex and release 1.9.907 More... almost 15 years ago
bump version to 1.9.907 and add a setup.cfg file to tag builds More... almost 15 years ago
make use of gc_upload in the release command so the files get automatically uploaded to googlecode More... almost 15 years ago
add the googlecode upload script More... almost 15 years ago
fix up the release_windows command so it works correctly now More... almost 15 years ago
fix a couple of bugs in the windows release command More... almost 15 years ago
add a release command and have a bit of a tidy up More... almost 15 years ago
update ChangeLog and prep for release More... almost 15 years ago
leave as_dict set to False by default, some applications may well be expecting a tuple, not a dictionary More... almost 15 years ago
fix a name error More... almost 15 years ago
add the get/set max connections methods to the pymssql module More... almost 15 years ago
add the output type in pymssql to be used with callproc() More... almost 15 years ago
remove the dsn connect parameter and change host to server, adding host at the end for compatibility reasons More... almost 15 years ago
merge in some changes from bzr and improve the ms compat local connections More... almost 15 years ago
remove all the definitions that we don't use which makes this file smaller and tidier More... almost 15 years ago
tidy up sqlfront.pxd, adding doc comments for all used functions More... almost 15 years ago
add setup_requires and add Cython >= 0.12 as a build dependency More... almost 15 years ago