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 some additional include/library directories when running on darwin More... almost 15 years ago
include hack to fix not having Pyrex installed More... almost 15 years ago
update the TODO list mentioning binary data More... almost 15 years ago
fix packaging error, wasn't including the win32 folder bump version to 1.9.905.1 More... almost 15 years ago
include the *.pyx files when distributing improve support for binary types by using memcpy rather than strcpy to copy the contents of the python byte string bump version to 1.9.905 More... almost 15 years ago
only convert SQLUUID types when the python version >= 2.5 as this was when the uuid module was included in the stdlib move the body of cdef _bind to def bind as it's only ever called from python More... almost 15 years ago
add support for nullable bit types More... almost 15 years ago
use PY_LONG_LONG in convert_db_value also bump version to 1.9.904 More... almost 15 years ago
fix stack overflow error on 32bit systems when binding long values in rpc calls More... almost 15 years ago
change the execute_* methods to cpdefs to allow for fast access via C code implement the query_timeout property More... almost 15 years ago
use the new tds_version property for version checking in the sproc __init__ fix silly bug in pymssql More... almost 15 years ago
remove the tds_ver parameter to the connector since it doesn't work aside from for 4.2 and 6.0 add a tds_version property to show the current tds version More... almost 15 years ago
increase the number of iterations on threaded tests from 100 to 1000 More... almost 15 years ago
change tds_ver default to None More... almost 15 years ago
use self.cancel() in format_and_run_query More... almost 15 years ago
add fetch_next_row method that simply returns a tuple and change cancel to a cpdef method More... almost 15 years ago
set num_columns to 0 if there are no more results More... almost 15 years ago
remove the rmv_lcl cdef extern now remove_locale exists it isn't needed More... almost 15 years ago
change select_db to use the db-lib dbuse method More... almost 15 years ago
add a bunch more logging statements to trace method calls More... almost 15 years ago
tidy up sqlfront a little more More... almost 15 years ago
fix the docstring for the connect() method More... almost 15 years ago
add 2 new methods for getting and setting the max connections More... almost 15 years ago
remove the max_conn parameter and replace it with tds_ver More... almost 15 years ago
uncomment the check to see if build is running on windows More... almost 15 years ago
update the ChangeLog More... almost 15 years ago
subclass build_ext so it extras freetds when on windows cutting 1mb+ out of pymssqls size More... almost 15 years ago
extend the clean command to remove the generated .c files More... almost 15 years ago
add setuptools bootstrap script and add checking for setuptools in setup.py More... almost 15 years ago
add a simple readme file More... almost 15 years ago