summaryrefslogtreecommitdiff
path: root/test/orm/test_transaction.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize tests - dml_whereclauseGord Thompson2021-07-261-1/+3
* Modernize tests - Connection.connectGord Thompson2021-06-261-1/+4
* unify transactional context managersMike Bayer2021-05-051-26/+93
* Add support for aiosqliteFederico Caselli2021-03-241-90/+83
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-325/+356
* remove more bound metadataMike Bayer2021-01-051-84/+81
* Emit deprecation warnings for plain text under SessionMike Bayer2020-12-111-6/+11
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-3/+1
* Don't emit warnings on descriptor accessMike Bayer2020-11-201-29/+29
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+4
* Merge "internal test framework files for standardization of is_not/not_in;"mike bayer2020-08-301-11/+11
|\
| * internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-11/+11
* | Update connection docs for migrating off of nestingMike Bayer2020-08-291-24/+76
|/
* Establish future behavior for Session cascade backrefs, bindMike Bayer2020-08-011-2/+2
* 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