summaryrefslogtreecommitdiff
path: root/test/engine/test_transaction.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - :class:`.Connection` now associates a newMike Bayer2014-01-121-0/+133
* something changed the name here, probably one of those doc pullreqsMike Bayer2013-11-211-1/+1
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-3/+0
* Improved support for the cymysql driver, supporting version 0.6.5,Mike Bayer2013-08-171-1/+0
* - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy...Mike Bayer2013-07-021-11/+11
* tweak the timings here to maximize chance of test successMike Bayer2013-06-291-31/+12
* - the raw 2to3 runMike Bayer2013-04-271-10/+10
* fix decorator positionHajime Nakagami2013-03-021-1/+1
* avoid drop table in mysql+cymysql test because of deadlockHajime Nakagami2013-02-221-0/+1
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-6/+6
* -whitespace bonanza, contdMike Bayer2012-07-281-9/+9
* - [feature] Added support for the "isolation_level"Mike Bayer2012-02-121-27/+65
* - adjust some tests and such to work better with a mysql 5.5 installMike Bayer2011-10-111-0/+1
* - Context manager provided by Connection.begin()Mike Bayer2011-07-121-0/+22
* - Unit tests pass 100% on MySQL installedMike Bayer2011-06-021-0/+1
* - query.count() emits "count(*)" instead ofMike Bayer2011-05-101-0/+1
* - given that Oracle's issue is not just open connections, but *closed* ones t...Mike Bayer2011-05-091-1/+2
* - hardcore force every connection into a strong-referenced set, rollback on e...Mike Bayer2011-04-251-13/+14
* - 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-7/+8
* corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
* - py3k fix regarding new exception systemMike Bayer2011-02-091-0/+1
* - execution_options() on Connection acceptsMike Bayer2011-01-161-7/+47
* - add dialect.reset_isolation_level(), revertsMike Bayer2011-01-161-0/+29
* - factor consistent set_isolation_level(), get_isolation_level()Mike Bayer2011-01-161-1/+64
* - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branchMike Bayer2011-01-081-0/+21
* - whitespace removal bonanzaMike Bayer2011-01-021-11/+11
* - further fixes to no trans in progress, no trans ever for TLEngine, [ticket:...Mike Bayer2010-12-091-0/+24
* - Threadlocal engine methods rollback(), commit(),Mike Bayer2010-12-081-0/+12
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-4/+4
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4