summaryrefslogtreecommitdiff
path: root/test/orm/test_transaction.py
Commit message (Expand)AuthorAgeFilesLines
* Add SQL Server CI coverageMike Bayer2017-08-311-3/+7
* Deactivate transaction if rollback failsMike Bayer2017-08-221-1/+107
* Emit after_rollback() event before snapshot removalMike Bayer2017-03-141-14/+22
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-2/+3
* Support python3.6Mike Bayer2017-01-131-7/+7
* Deprecate FromClause.count()Mike Bayer2016-06-141-4/+5
* - oracle doesn't release savepointsMike Bayer2016-03-241-1/+1
* - Further continuing on the common MySQL exception case ofMike Bayer2016-03-231-2/+31
* - Fixed bug where a newly inserted instance that is rolled backMike Bayer2016-03-141-1/+25
* - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-281-3/+3
* - try to get this to skip for oracleMike Bayer2015-11-201-1/+4
* - A rare case which occurs when a :meth:`.Session.rollback` fails in theMike Bayer2015-11-191-0/+25
* - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-021-1/+7
* - Fixed bug where the state tracking within multiple, nestedMike Bayer2015-04-021-0/+28
* - Fixed bug where internal assertion would fail in the case whereMike Bayer2015-02-201-0/+29
* - autopep8Mike Bayer2015-02-191-39/+43
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-041-1/+27
* - Added new method :meth:`.Session.invalidate`, functions similarlyMike Bayer2014-12-121-0/+17
* PEP8 tidy for test/orm/test_transaction.pyTony Locke2014-07-191-106/+144
* - Fixed bug where items that were persisted, deleted, or had aMike Bayer2014-07-011-0/+37
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+14
* - Fixed a regression from 0.7 where the contextmanager featureMike Bayer2013-04-301-1/+63
* - add some more transaction states so that we deliver a more accurateMike Bayer2013-03-041-4/+66
* - A clear error message is emitted if an event handlerMike Bayer2013-02-251-0/+12
* - break session tests into smaller suites. still some ambiguity whatMike Bayer2012-10-061-4/+0
* - add one more #2583 test to cover the "multiple PK switch" use caseMike Bayer2012-10-031-0/+33
* - [bug] Fixed Session accounting bug whereby replacingMike Bayer2012-10-031-0/+49
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* - [bug] Extra logic has been added to the "flush"Mike Bayer2012-09-221-0/+47
* - add req's for predictable gcMike Bayer2012-09-051-0/+1
* -whitespace bonanza, contdMike Bayer2012-07-281-22/+22
* - move all of orm to use absolute importsMike Bayer2012-06-231-2/+2
* - [feature] Calling rollback() within aMike Bayer2012-04-241-1/+50
* move most tests that are specific to SessionTransaction over to test_transactionMike Bayer2012-01-271-22/+430
* - enable SAVEPOINT support fully, remove warning, [ticket:822].Mike Bayer2011-12-061-0/+1
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-0/+1
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-2/+2
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-1/+1
* fixes for savepoint testMike Bayer2011-03-261-0/+5
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-261-1/+35
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-1/+2
* - Adjusted flush accounting step to occur beforeMike Bayer2011-02-071-1/+77
* - Session constructor emits a warning when autoflush=TrueMike Bayer2011-02-071-1/+2
* - whitespace removal bonanzaMike Bayer2011-01-021-20/+20
* - mutable examples now move into sqlalchemy.ext.mutableMike Bayer2010-12-291-1/+0
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-3/+3
* - The official name for the relation() function is nowMike Bayer2010-03-171-1/+1
* - Fixed bug in session.rollback() which involved not removingMike Bayer2010-02-051-0/+44
* merge 0.6 series to trunk.Mike Bayer2009-08-061-5/+3
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+498