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
update freetds using --with-tdsver=7.1 More... about 14 years ago
add the hudson build script and a script for building freetds More... about 14 years ago
last times the charm... More... about 14 years ago
finally get a working py2.5 compatible unzip More... about 14 years ago
remove the compiler specification and tag the subversion revision on a build More... about 14 years ago
fix typo More... about 14 years ago
fix syntax error More... about 14 years ago
fix issue #8 More... about 14 years ago
update the changelog More... about 14 years ago
add a returnvalue property to the Cursor in pymssql that holds the value of the result of a callproc run More... about 14 years ago
Fix issue 32, setting the wrong hostname on login More... about 14 years ago
Remove the trusted parameter to connect, it is supported seamlessly by FreeTDS More... about 14 years ago
run SET IMPLICIT_TRANSACTIONS ON on connection as per the suggestion in issue 15 More... about 14 years ago
update FreeTDS to latest snapshot switch to using the mingw32 compiler to produce the binaries instead of vcc More... about 14 years ago
Fix issue #10 More... over 14 years ago
store the module version More... over 14 years ago
Add Cython 0.13 support More... over 14 years ago
handle a few more programming errors in pymssql More... over 14 years ago
implement the message property on the database exception More... over 14 years ago
Greatly improve the exceptions raised from _mssql including more information rather than a block of text More... over 14 years ago
remove thread lock allocate More... over 14 years ago
tidy up the message handlers More... over 14 years ago
add some threaded tests that cause errors More... over 14 years ago
remove left in debug More... over 14 years ago
use sprintf in the err_handler() More... over 14 years ago
use sprintf rather than pyformat in the msg_handler() More... over 14 years ago
fix binding large int behaviour More... over 14 years ago
fix raising exceptions in convert_python_value() More... over 14 years ago
fix including the tests with the tarball fix returning results from cursor.fetchall() More... over 14 years ago
Fix accepting more than just decimal types for decimal/money values More... over 14 years ago