summaryrefslogtreecommitdiff
path: root/tests/regressiontests/backends/tests.py
AgeCommit message (Expand)Author
2010-04-28[1.1.X] Fixed a bug preventing cursor variables from being passed as bind par...Ian Kelly
2010-03-23[1.1.X] Fixed #12612 -- Corrected handling of parameter formatting in SQLite ...Russell Keith-Magee
2010-02-24[1.1.X] Fixed #12818. SQLite now properly quotes strings for date extraction ...Joseph Kocherhans
2009-08-24Fixed #10566: Added support for cx_Oracle compiled with the WITH_UNICODE flag.Ian Kelly
2009-07-21Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...Ian Kelly
2009-05-10Fixed #10842 -- Corrected parsing of version numbers for PostgreSQL 8.4beta s...Russell Keith-Magee
2009-03-29Fixed #6064 -- Added the `connection_created` signal for when a database conn...Justin Bronn
2009-01-16Fixed #5543: callproc() and friends now work with Oracle and our FormatStyleP...Matt Boersma