index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
backends
Age
Commit message (
Expand
)
Author
2010-04-28
Fixed a bug preventing cursor variables from being passed as bind parameters ...
Ian Kelly
2010-04-04
Fixed #13082 -- Slight modification to an Oracle test to avoid a problem caus...
Russell Keith-Magee
2010-03-23
Fixed #12612 -- Corrected handling of parameter formatting in SQLite backend ...
Russell Keith-Magee
2010-02-24
Fixed #12818. SQLite now properly quotes strings for date extraction and trun...
Joseph Kocherhans
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-08-24
Fixed #10566: Added support for cx_Oracle compiled with the WITH_UNICODE flag.
Ian Kelly
2009-07-21
Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...
Ian Kelly
2009-05-10
Fixed #10842 -- Corrected parsing of version numbers for PostgreSQL 8.4beta s...
Russell Keith-Magee
2009-03-29
Fixed #6064 -- Added the `connection_created` signal for when a database conn...
Justin Bronn
2009-01-16
Fixed #5543: callproc() and friends now work with Oracle and our FormatStyleP...
Matt Boersma
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-01-04
Fixed #6254: Made fetchone() in the oracle backend correctly convert
Ian Kelly
2007-09-16
Rewrote the backends test to be more portable. Was previously failing on MySQL.
Malcolm Tredinnick
2007-09-14
Fixed the test in [6218] which was invalid for psycopg2 and friends -- execut...
Jacob Kaplan-Moss
2007-09-14
Added test cases for [6218].
Ian Kelly