index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
2009-12-12
[soc2009/multidb] Merged in all of Justin Bronn's GIS work. Multidb should ...
Alex Gaynor
2009-12-12
[soc2009/multidb] Merged up to trunk r11810. There are many conflicts in thi...
Alex Gaynor
2009-12-09
[soc2009/multidb] Merged up to trunk r11804.
Alex Gaynor
2009-11-23
[soc2009/multidb] Resolved a number of strange merge conflicts that had arise...
Alex Gaynor
2009-11-23
[soc2009/multidb] Renaming of database attributes - you now use NAME, ENGINE,...
Alex Gaynor
2009-11-23
[soc2009/multidb] Merged up to trunk r11760.
Alex Gaynor
2009-11-21
[soc2009/multidb] Split SQL construction into two seperate classes, the Query...
Alex Gaynor
2009-10-09
[soc2009/multidb] Updated to trunk r11603. This includes a critical security...
Alex Gaynor
2009-08-06
[soc2009/multidb] Fixed some exceptionally weird merging that git did. Bad git.
Alex Gaynor
2009-08-06
[soc2009/multidb] Fix the remaining tests that were depending on the out of d...
Alex Gaynor
2009-07-31
[soc2009/multidb] Updated to trunk r11371.
Alex Gaynor
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