openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
pymssql
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 month
ago. based on code collected
about 1 month
ago.
Jan 06, 2024 — Jan 06, 2025
Showing page 45 of 50
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
merge in additional changes
damoxc
More...
almost 15 years ago
add the quote_data method ported from the old c module
damoxc
More...
almost 15 years ago
fix charset bug
damoxc
More...
almost 15 years ago
use if/else instead of and/or
damoxc
More...
almost 15 years ago
port the _quote_or_flatten method from the old C module
damoxc
More...
almost 15 years ago
port the quote_simple_value method across from the existing C module
damoxc
More...
almost 15 years ago
move the clr_err and db_cancel methods from the definition file to _mssql
damoxc
More...
almost 15 years ago
tidy and document 2 of the primary functions
damoxc
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
damoxc
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
damoxc
More...
almost 15 years ago
fix typo
damoxc
More...
almost 15 years ago
move convert_db_value and get_row to be part of the MSSQLConnection class
damoxc
More...
almost 15 years ago
mark the method dbcount as not requiring the gil
damoxc
More...
almost 15 years ago
add TODO file that has the basic state of the project in
damoxc
More...
almost 15 years ago
initial import of the pymssql conversion to Cython
damoxc
More...
almost 15 years ago
added path to 64bit libs
akukula
More...
over 15 years ago
small doc update
akukula
More...
over 15 years ago
fixed stability issues in multithreaded scripts (thanks young-kyun Kim <marunguy at gmail.com>); various cleanups
akukula
More...
over 15 years ago
fixed bug with PymssqlCursor object losing reference to PymssqlCnx (#2797521). Thanks jmandreoli at users.sourceforge.net
akukula
More...
over 15 years ago
fixed possible leak in format_and_run_query tracker #2797873
akukula
More...
over 15 years ago
Iterator didn't follow as_dict setting; thanks Eric Salberta <esalbert at users.sourceforge.net>
akukula
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]
>
akukula
More...
almost 16 years ago
fixed possible memory leak, thanks Evgeny Cherkashin <
[email protected]
>
akukula
More...
almost 16 years ago
recent 1.0.2 changes
akukula
More...
almost 16 years ago
removal of old files
akukula
More...
almost 16 years ago
new website
akukula
More...
almost 16 years ago
TODO updates
akukula
More...
almost 16 years ago
documented changes for 1.0.2
akukula
More...
almost 16 years ago
initial commit; this is the updated version from mail (Joss - Wed, Feb 18, 2009 at 13:52)
akukula
More...
almost 16 years ago
as_dict implementation; max_conn implementation
akukula
More...
almost 16 years ago
←
1
2
…
41
42
43
44
45
46
47
48
49
50
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree