summaryrefslogtreecommitdiff
path: root/test/orm/test_transaction.py
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-142/+924
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-5/+5
* Convert execution to move through SessionMike Bayer2020-05-251-2/+2
* Merge "Update transaction / connection handling"mike bayer2020-05-171-5/+22
|\
| * Update transaction / connection handlingMike Bayer2020-05-171-5/+22
* | Merge "Add 'schema' parameter to table"mike bayer2020-05-151-1/+1
|\ \ | |/ |/|
| * Add 'schema' parameter to tableDylan Modesitt2020-05-101-1/+1
* | Assert reset agent always set correctly and is activeMike Bayer2020-05-131-0/+2
|/
* Create initial 2.0 engine implementationMike Bayer2020-04-161-13/+132
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-4/+10
* Implement explicit autobegin step for SessionMike Bayer2020-01-031-0/+4
* Close connection if begin failsMike Bayer2019-12-131-3/+53
* Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-151-5/+5
* Turn FlushError for identity already exists into a warning.Mike Bayer2019-05-071-4/+11
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-74/+5
* Post black reformattingMike Bayer2019-01-061-35/+30
* Run black -l 79 against all source filesMike Bayer2019-01-061-369/+462
* Don't use "is" to compare exceptionsMike Bayer2018-10-151-4/+6
* Check for object was expunged before restoring after pk switch + rollbackMike Bayer2018-01-041-0/+28
* Add an identity_token to the identity keyMike Bayer2017-12-221-6/+8
* 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