summaryrefslogtreecommitdiff
path: root/test/engine/test_transaction.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | - fixes for PG, mysql, twophaseMike Bayer2010-11-201-2/+5
|/
* - *Major* cleanup / modernization of the InformixMike Bayer2010-10-011-9/+9
* mark this as intermittent crashes on the buildbot - reason for failures not c...Mike Bayer2010-08-081-0/+1
* Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve...Mike Bayer2010-07-111-298/+287
* some more metadata cleanup since --dropall isnt specified on the buildbotMike Bayer2010-04-161-2/+2
* - Fixed bug in execution_options() feature whereby the existingMike Bayer2010-04-071-1/+12
* some ms/odbc fixesMike Bayer2010-02-281-1/+2
* - threadlocal engine wasn't properly closing the connectionMike Bayer2010-02-271-3/+0
* the order of rollback()s wasn't correct. slightly disturbing as the test usu...Mike Bayer2010-02-021-0/+6
* - the "connection" argument from engine.transaction() andMike Bayer2010-01-291-2/+20
* - the "autocommit" flag on select() and text() as wellMike Bayer2010-01-281-4/+69
* oracle compatPhilip Jenvey2010-01-261-4/+4
* - the "threadlocal" engine has been rewritten and simplifiedMike Bayer2010-01-241-15/+119
* - added _with_options() to Connection. not publicizing this yet.Mike Bayer2009-12-181-0/+1
* - Fixed bug in two-phase transaction whereby commit() methodMike Bayer2009-11-041-1/+3
* close out py3k + pg8000 bugs that are fixable for now without pg8000 decimal fixMike Bayer2009-08-091-5/+5
* python3k fixesMike Bayer2009-08-091-5/+5
* merge 0.6 series to trunk.Mike Bayer2009-08-061-9/+25
* changed reference to PostgreSQL in docs.rel_0_5_5Mike Bayer2009-07-131-2/+2
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+840