0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 13, 2025 — Mar 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
correct input binding of timestamps with nonzero usec part less than .1 More... over 18 years ago
Correct unit test failure in roundtrip of Time-only datetime value: Only read the datetime parts that are part of the value. More... over 18 years ago
reprepare insert statement when switching from insert cursor to single execution More... almost 19 years ago
Skip comments in scan for parameter markers More... almost 19 years ago
Fix bogus results from reading DATETIME HOUR TO SECOND columns with leading double-zeroes. Thanks to [email protected] for reporting this issue. More... almost 19 years ago
make esql version check compatible with IBM Informix CSDK 3.00 More... about 19 years ago
Fix a rare "bogus free()" bug that was uncovered by a fuzz test from http://seclists.org/fulldisclosure/2006/Dec/0190.html More... about 19 years ago
- experimental support for SQL query interrupt and timeout - check existence of decimal module at run time - make executemany and fetchmany/fetchall interruptible - fetchall "only" fetched the next MAXINT rows. Probably didn't affect anybody, but it's not hard to really fetch all rows. More... about 19 years ago
don't test for decimal module at compile time anymore More... about 19 years ago
Guard against not passing a parameter mapping for queries with named parameters. More... over 19 years ago
cheap performance enhancement More... over 19 years ago
- Fix segfault caused by improper connect() arguments - Allow providing None for username and password as an alternative to not providing them at all. More... over 19 years ago
set release date More... over 19 years ago
Doc update, set release date More... over 19 years ago
Implement mapping interface for Row objects so that they can be supplied as parameter packets for queries with named parameters. More... over 19 years ago
To allow duck-typing, named parameters should be allowed to come from any mapping, not just dictionaries. Also, only inspect the length of the parameter object when we actually need it, since it could be a mapping that doesn't specify a length, but for named parameters we don't care about how many there are as long as the right keys are there. More... over 19 years ago
Document new features; getting closer to version 2.4 More... over 19 years ago
Apparently rst2html.py is now just rst2html More... over 19 years ago
Make parsing logic for named parameters a bit clearer, prevent doParse from interpreting ::-casts as named parameters, and raise error for mixing named and positional parameters during the parse step instead of during the bind step. More... over 19 years ago
implement optional parameter binding by name More... over 19 years ago
refactor redundant do_prepare parameters and allow cursor.execute and .executemany to pass None to signal usage of prepared statement. More... over 19 years ago
defer initializers that MinGW doesn't recognize as constants to allow compiling with MinGW More... over 19 years ago
initial source commit More... over 19 years ago
include documentation for reading opaque types in binary format More... over 19 years ago
allow reading and writing of opaque types in binary format More... over 19 years ago
Use the size of the data buffer when reading out UDT buffer in case we're reading binary data with embedded NULs. More... over 19 years ago
Fixed inadvertently broken compilation on Python < 2.4 More... over 19 years ago
Set 2.3 release date, minor doc update. More... over 19 years ago
Include documentation on 'with' block handling. More... over 19 years ago
Necessary changes for Python 2.5 compatibility More... over 19 years ago