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 44 of 50
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
add a get_result call to fetch_next_row_dict implement execute_row
damoxc
More...
almost 15 years ago
sort out execute_non_query
damoxc
More...
almost 15 years ago
mark dbcancel as nogil fix db_cancel so all queries work rather than every other
damoxc
More...
almost 15 years ago
add a scripts folder containing some scripts I've used (current just ones for monitoring for memory leaks)
damoxc
More...
almost 15 years ago
deallocate the memory used for storing the parameters for stored procedures
damoxc
More...
almost 15 years ago
change version to 1.9.901 so it is a development copy
damoxc
More...
almost 15 years ago
allow _bind to throw exceptions add converting of python decimals and datetimes
damoxc
More...
almost 15 years ago
update the TODO file
damoxc
More...
almost 15 years ago
implement the db-api interface
damoxc
More...
almost 15 years ago
keep a global row count when debugging
damoxc
More...
almost 15 years ago
turn off debug mode
damoxc
More...
almost 15 years ago
malloc space for the charset just call .close() in __dealloc__
damoxc
More...
almost 15 years ago
fix the parameter node class when _mssql is cimported by another module add some comments for the rowiterator, connection and sproc classes
damoxc
More...
almost 15 years ago
fix deallocating memory of the C attributes (look no memory leaks :))
damoxc
More...
almost 15 years ago
add some compatibility aliases and implement formatting parameters
damoxc
More...
almost 15 years ago
fix the err_handler as well
damoxc
More...
almost 15 years ago
fix raising exceptions and storing messages from the server
damoxc
More...
almost 15 years ago
remove the forward declaration of MSSQLConnection as it is in the pxd file
damoxc
More...
almost 15 years ago
don't have master as the default db, it gets selected automatically set length to -1 by default rather than 0 add the debug line for binding parameters
damoxc
More...
almost 15 years ago
port across the stored procedure code
damoxc
More...
almost 15 years ago
add some of the tests from the old pymssql
damoxc
More...
almost 15 years ago
add DBRPCRETURN constant and mark some rpc methods with nogil
damoxc
More...
almost 15 years ago
add converting of UUID column types to uuid.UUID python type
damoxc
More...
almost 15 years ago
move some more stuff to the definition file fix converting strings that have a 0 byte in so they are the correct length
damoxc
More...
almost 15 years ago
change the pymssql module from a python to a cython module (why not eh?) add the beginnings of a pxd file for _mssql so that pymssql can cimport it
damoxc
More...
almost 15 years ago
trim strings according to the column length
damoxc
More...
almost 15 years ago
implement a bunch more db -> python converters (getting so close to completion)
damoxc
More...
almost 15 years ago
monumental commit, fetching metadata and query data is now working
damoxc
More...
almost 15 years ago
add DBDEAD and EXCOMM that were missing
damoxc
More...
almost 15 years ago
some renames use from sqlfront cimport * rather than including it
damoxc
More...
almost 15 years ago
←
1
2
…
40
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