summaryrefslogtreecommitdiff
path: root/test/engine/transaction.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-833/+0
* Modified fails_on testing decorator to take a reason for the failure.Michael Trier2008-12-121-2/+2
* - added test for threadlocal not supporting begin_nested()Mike Bayer2008-05-181-0/+4
* - Removed @unsupportedJason Kirtland2008-05-141-16/+16
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-18/+18
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-88/+63
* Savepoints are supported under FirebirdLele Gaifax2008-04-271-3/+3
* - implemented two-phase API for "threadlocal" engine,Mike Bayer2008-02-261-0/+26
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-5/+5
* - added "autocommit=True" kwarg to select() and text(),Mike Bayer2008-01-311-0/+75
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-31/+31
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-68/+79
* fixed the previous TLTransaction checkinMike Bayer2007-11-071-6/+2
* - fixed the close() method on Transaction when using strategy='threadlocal'Mike Bayer2007-11-071-1/+27
* - inlined a couple of context variablesMike Bayer2007-10-271-11/+11
* - Added initial version of MaxDB dialect.Jason Kirtland2007-10-231-6/+6
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-1/+1
* - fix multiple consequent two phase transactions not working with postgres. F...Ants Aasma2007-10-081-1/+30
* - Explicitly close connections in the FOR UPDATE tests.Jason Kirtland2007-09-271-2/+3
* - added close() method to Transaction. closes out a transaction using rollbackMike Bayer2007-08-171-0/+43
* - threadlocal TLConnection, when closes for real, forces parent TLSessionMike Bayer2007-08-171-1/+17
* - fixed compiler bug in mssqlMike Bayer2007-08-121-3/+3
* MSSQL: disable new 0.4 tests that cause hangsPaul Johnston2007-08-121-3/+3
* attempting to get oracle XID to work. not there yet.Mike Bayer2007-08-111-1/+1
* repaired oracle savepoint implementationMike Bayer2007-08-111-2/+2
* - Dialects can be queried for the server version (sqlite and mysql only with ...Jason Kirtland2007-08-031-1/+12
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-13/+281
* revert old unittest patch for MSSQLRick Morrison2007-02-151-1/+1
* test patches from [ticket:422]Mike Bayer2007-01-231-1/+1
* added additional unit test to test that commit errors are detected, rollback ...Mike Bayer2006-12-141-0/+18
* added InnoDB for mysql so that all tranactional tests pass for mysqlMike Bayer2006-12-141-11/+3
* - logging is now implemented via standard python "logging" module.Mike Bayer2006-09-241-1/+1
* - fixed bug where Connection wouldnt lose its TransactionMike Bayer2006-09-121-0/+32
* identified another TLTransaction scenario, and adjusted TLConnection/TLSessio...Mike Bayer2006-06-221-0/+21
* TLConnection insures that it is used to create a transaction via the session ...Mike Bayer2006-06-221-0/+32
* fixed nested rollbacksMike Bayer2006-06-141-5/+31
* more fixes to transaction nesting, interacts better with close() statementMike Bayer2006-06-051-2/+23
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-0/+210