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
bug #79: fix prevision problem with floats (dieterv77) More... almost 13 years ago
speed up handling of tuples/lists when quoting (dieterv77) More... almost 13 years ago
shouldn't need to skip threaded tests any more More... almost 13 years ago
bug #47: fix threaded tests crashing More... almost 13 years ago
use mercurial EOL extension to normalize line endings across platforms More... almost 13 years ago
ignore *.pyd files (compiled files on windows) More... almost 13 years ago
better support for Windows using VS 2008; package FreeTDS for VS 32 bit More... almost 13 years ago
set TEXTSIZE to max for each connection to avoid TEXT/IMAGE truncation More... over 13 years ago
Add FreeTDS headers and library for nix_32 More... over 13 years ago
MANIFEST.in changes to get correct files in source distribution More... over 13 years ago
change log entry for bundling FreeTDS More... over 13 years ago
Setup related changes More... over 13 years ago
Include headers/lib from FreeTDS 0.91 for linux x64 More... over 13 years ago
Changing default TDS version & TDS version handling More... over 13 years ago
fixes issue #55 Nose plugin causes warning More... over 13 years ago
better Decimal handling More... over 13 years ago
SA test needs to conditionally drop table More... over 13 years ago
Add clear_db() test helper, run at the beginning of tests More... over 13 years ago
add NULL and FK error codes to those that raise IntegrityError More... over 13 years ago
raise 2601 and 2627 error messages as IntegrityError exceptions More... over 13 years ago
update changelog More... almost 14 years ago
- fetch*() functions would erroneously raise OperationalError when rows exhausted. The correct behavior is to return None or empty sequences. - make .rownumber give accurate results for executemany() More... almost 14 years ago
add move verbose logging so BEGIN/END of function calls is easier to discern More... almost 14 years ago
DBAPIType comparisons were not working as expected More... almost 14 years ago
make the regex that matches dict param names more broad More... almost 14 years ago
impliment custom routine for substituting params, tests More... almost 14 years ago
move param substitute logic to testable function, add tests More... almost 14 years ago
skip failing tests in test_sprocs related to decimal conversion More... almost 14 years ago
fix transactions after batch-abort, make pymssql handle port param, cleanup tests More... almost 14 years ago
threading tests are crashing python, skip all tests More... almost 14 years ago