summaryrefslogtreecommitdiff
path: root/tests/regressiontests/transactions_regress
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-23Some style fixes for stuff that was clearly brough tover from doctests.Alex Gaynor
2012-11-29Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
2012-11-15Fixed #18347 -- Removed autofield raw SQL inserts from testsAnssi Kääriäinen
2012-09-07Removed many uses of bare "except:", which were either going to a) silence re...Alex Gaynor
2012-07-03Stylistic cleanup of Postgres autocommit testsAnssi Kääriäinen
2012-07-01Fixed #16047 -- Restore autocommit state correctly on psycopg2Anssi Kääriäinen
2012-06-09Fixed #17760 -- Implemented callable database features as cached propertiesClaude Paroz
2012-01-12Fixed #6669 -- Ensured database connections are marked as dirty by CursorDebu...Aymeric Augustin
2012-01-05Added support for savepoints to the MySQL DB backend.Ramiro Morales
2011-12-09Fixed #16818 -- Fixed ORM bug with many-to-many add() method where it wasn't ...Adrian Holovaty
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-02-12Fixed #9964 -- Ensure that all database operations make transactions dirty, n...Russell Keith-Magee