summaryrefslogtreecommitdiff
path: root/test/engine/test_transaction.py
Commit message (Expand)AuthorAgeFilesLines
* unify transactional context managersMike Bayer2021-05-051-5/+63
* restore legacy begin_nested()->root transaction behaviorMike Bayer2021-05-021-1/+70
* Add new "sync once" mode for pool.connectMike Bayer2021-04-211-1/+5
* Run trans.close() at end of block if transaction already inactiveMike Bayer2021-03-301-6/+157
* Replace reset_agent with direct call from connectionMike Bayer2021-03-061-263/+345
* un-deprecate Oracle 2pcMike Bayer2021-02-031-1/+1
* update execute() arg formats in modules and testsMike Bayer2021-01-151-37/+47
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-10/+11
* Emit 2.0 deprecation warning for sub-transactionsMike Bayer2020-12-141-270/+1
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-236/+45
* upgrade to black 20.8b1Mike Bayer2020-09-281-23/+45
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-34/+28
* Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-2/+151
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-5/+2
* more docs for autocommit isolation levelMike Bayer2020-07-121-0/+11
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-45/+22
* Warn when transaction context manager ends on inactive transactionMike Bayer2020-06-121-1/+20
* Update transaction / connection handlingMike Bayer2020-05-171-223/+440
* Actively unset reset agent in discard transactionMike Bayer2020-05-141-1/+15
* Assert reset agent always set correctly and is activeMike Bayer2020-05-131-0/+57
* Create initial 2.0 engine implementationMike Bayer2020-04-161-1/+563
* Implement autocommit isolation level for cx_oracleGord Thompson2020-03-231-19/+10
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-28/+71
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-4/+0
* Modernize internal reflectionMike Bayer2019-08-061-20/+0
* Enable F841Mike Bayer2019-06-201-3/+3
* Don't discard inactive transaction until it is explicitly rolled backMike Bayer2019-06-101-2/+28
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-508/+0
* use ..deprecated directive w/ version in all casesMike Bayer2019-01-111-2/+2
* Post black reformattingMike Bayer2019-01-061-23/+20
* Run black -l 79 against all source filesMike Bayer2019-01-061-390/+510
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-93/+82
* Support python3.6Mike Bayer2017-01-131-2/+2
* - latest mysql 5.7 also crashing on XA recovery, disableMike Bayer2016-09-161-0/+3
* - a variety of test adjustments to accomodate for MySQL 5.7Mike Bayer2016-07-241-6/+1
* - Added basic isolation level support to the SQL Server dialectsMike Bayer2016-03-151-0/+4
* - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-281-0/+21
* PEP8 cleanup in /test/enginepr/163Eric Streeper2015-03-201-2/+6
* - Fixed bug in :class:`.Connection` and pool where theMike Bayer2015-02-041-0/+12
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-041-3/+25
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-201-0/+22
* formattingMike Bayer2015-01-201-27/+30
* - repair autorollback for branchesMike Bayer2014-09-261-0/+12
* - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-261-0/+73
* - these tests don't test anything in SQLAlchemy - from our perpsective,Mike Bayer2014-09-191-133/+0
* two_phase_recover, COMMIT PREPARED in transactionTony Locke2014-08-021-3/+4
* typo: s/thbe/thepr/100Priit Laes2014-06-281-1/+1
* typo: s/tranasction/transactionPriit Laes2014-06-281-2/+2
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+8
* - continue with [ticket:2907] and further clean up how we set upMike Bayer2014-01-131-1/+2