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