summaryrefslogtreecommitdiff
path: root/tests/regressiontests/backends/tests.py
AgeCommit message (Expand)Author
2012-05-28Reverted "[1.3.x] Fixed #18135 -- Close connection used for db version checking"Anssi Kääriäinen
2012-05-27[1.3.x] Fixed #18135 -- Close connection used for db version checkingMichael Newman
2011-05-10[1.3.X] Fixed #13648 - '%s' escaping support for sqlite3 regression.Luke Plant
2010-12-03Added a regression test for r14781. Also fixed a bug where connection.vendor...Ian Kelly
2010-10-23Fixed #14223 -- Extended unification of exception raised in presence of integ...Ramiro Morales
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-09-27Migrated backends doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-08-30Fixed #13798 -- Added connection argument to the connection_created signal. T...Russell Keith-Magee
2010-07-30Fixed #13941 -- Corrected the way sequence names are reset under Postgres, es...Russell Keith-Magee
2010-06-21Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve...Russell Keith-Magee
2010-06-10Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...Russell Keith-Magee
2010-06-07Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...Russell Keith-Magee
2010-04-28Fixed a bug preventing cursor variables from being passed as bind parameters ...Ian Kelly
2010-04-04Fixed #13082 -- Slight modification to an Oracle test to avoid a problem caus...Russell Keith-Magee
2010-03-23Fixed #12612 -- Corrected handling of parameter formatting in SQLite backend ...Russell Keith-Magee
2010-02-24Fixed #12818. SQLite now properly quotes strings for date extraction and trun...Joseph Kocherhans
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
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