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
merge in additional changes More... almost 15 years ago
add the quote_data method ported from the old c module More... almost 15 years ago
fix charset bug More... almost 15 years ago
use if/else instead of and/or More... almost 15 years ago
port the _quote_or_flatten method from the old C module More... almost 15 years ago
port the quote_simple_value method across from the existing C module More... almost 15 years ago
move the clr_err and db_cancel methods from the definition file to _mssql More... almost 15 years ago
tidy and document 2 of the primary functions More... almost 15 years ago
change the ftds definition files extension from pyx to pxd tidy up the definition file somewhat, adding docs for all the rpc methods few fiddles in the _mssql module More... almost 15 years ago
change a bunch of inline conditionals to "return X if C else Y" create an init_mssql method that calls dbinit and sets up the err and msg handlers begin implementing the connection list and err_handler method More... almost 15 years ago
fix typo More... almost 15 years ago
move convert_db_value and get_row to be part of the MSSQLConnection class More... almost 15 years ago
mark the method dbcount as not requiring the gil More... almost 15 years ago
add TODO file that has the basic state of the project in More... almost 15 years ago
initial import of the pymssql conversion to Cython More... almost 15 years ago
added path to 64bit libs More... over 15 years ago
small doc update More... over 15 years ago
fixed stability issues in multithreaded scripts (thanks young-kyun Kim <marunguy at gmail.com>); various cleanups More... over 15 years ago
fixed bug with PymssqlCursor object losing reference to PymssqlCnx (#2797521). Thanks jmandreoli at users.sourceforge.net More... over 15 years ago
fixed possible leak in format_and_run_query tracker #2797873 More... over 15 years ago
Iterator didn't follow as_dict setting; thanks Eric Salberta <esalbert at users.sourceforge.net> More... over 15 years ago
pymssql didn't return second, third etc. result set in case of multi-result statements, thanks thanks Damien Churchill <[email protected]> More... almost 16 years ago
fixed possible memory leak, thanks Evgeny Cherkashin <[email protected]> More... almost 16 years ago
recent 1.0.2 changes More... almost 16 years ago
removal of old files More... almost 16 years ago
new website More... almost 16 years ago
TODO updates More... almost 16 years ago
documented changes for 1.0.2 More... almost 16 years ago
initial commit; this is the updated version from mail (Joss - Wed, Feb 18, 2009 at 13:52) More... almost 16 years ago
as_dict implementation; max_conn implementation More... almost 16 years ago