0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add an alias for MssqlConnection More... over 15 years ago
add a get_result call to fetch_next_row_dict implement execute_row More... over 15 years ago
sort out execute_non_query More... over 15 years ago
mark dbcancel as nogil fix db_cancel so all queries work rather than every other More... over 15 years ago
add a scripts folder containing some scripts I've used (current just ones for monitoring for memory leaks) More... over 15 years ago
deallocate the memory used for storing the parameters for stored procedures More... over 15 years ago
change version to 1.9.901 so it is a development copy More... over 15 years ago
allow _bind to throw exceptions add converting of python decimals and datetimes More... over 15 years ago
update the TODO file More... over 15 years ago
implement the db-api interface More... over 15 years ago
keep a global row count when debugging More... over 15 years ago
turn off debug mode More... over 15 years ago
malloc space for the charset just call .close() in __dealloc__ More... over 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 More... over 15 years ago
fix deallocating memory of the C attributes (look no memory leaks :)) More... over 15 years ago
add some compatibility aliases and implement formatting parameters More... over 15 years ago
fix the err_handler as well More... over 15 years ago
fix raising exceptions and storing messages from the server More... over 15 years ago
remove the forward declaration of MSSQLConnection as it is in the pxd file More... over 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 More... over 15 years ago
port across the stored procedure code More... over 15 years ago
add some of the tests from the old pymssql More... over 15 years ago
add DBRPCRETURN constant and mark some rpc methods with nogil More... over 15 years ago
add converting of UUID column types to uuid.UUID python type More... over 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 More... over 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 More... over 15 years ago
trim strings according to the column length More... over 15 years ago
implement a bunch more db -> python converters (getting so close to completion) More... over 15 years ago
monumental commit, fetching metadata and query data is now working More... over 15 years ago
add DBDEAD and EXCOMM that were missing More... over 15 years ago