summaryrefslogtreecommitdiff
path: root/tests/regressiontests/backends
AgeCommit 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-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
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2008-01-04Fixed #6254: Made fetchone() in the oracle backend correctly convert Ian Kelly
2007-09-16Rewrote the backends test to be more portable. Was previously failing on MySQL.Malcolm Tredinnick
2007-09-14Fixed the test in [6218] which was invalid for psycopg2 and friends -- execut...Jacob Kaplan-Moss
2007-09-14Added test cases for [6218].Ian Kelly