| Commit message (Expand) | Author | Age | Files | Lines |
| * | PEP8 cleanup in /test/enginepr/163 | Eric Streeper | 2015-03-20 | 1 | -2/+6 |
| * | - Fixed bug in :class:`.Connection` and pool where the | Mike Bayer | 2015-02-04 | 1 | -0/+12 |
| * | - A warning is emitted if the ``isolation_level`` parameter is used | Mike Bayer | 2015-02-04 | 1 | -3/+25 |
| * | - Added new user-space accessors for viewing transaction isolation | Mike Bayer | 2015-01-20 | 1 | -0/+22 |
| * | formatting | Mike Bayer | 2015-01-20 | 1 | -27/+30 |
| * | - repair autorollback for branches | Mike Bayer | 2014-09-26 | 1 | -0/+12 |
| * | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -0/+73 |
| * | - these tests don't test anything in SQLAlchemy - from our perpsective, | Mike Bayer | 2014-09-19 | 1 | -133/+0 |
| * | two_phase_recover, COMMIT PREPARED in transaction | Tony Locke | 2014-08-02 | 1 | -3/+4 |
| * | typo: s/thbe/thepr/100 | Priit Laes | 2014-06-28 | 1 | -1/+1 |
| * | typo: s/tranasction/transaction | Priit Laes | 2014-06-28 | 1 | -2/+2 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -0/+8 |
| * | - continue with [ticket:2907] and further clean up how we set up | Mike Bayer | 2014-01-13 | 1 | -1/+2 |
| * | - :class:`.Connection` now associates a new | Mike Bayer | 2014-01-12 | 1 | -0/+133 |
| * | something changed the name here, probably one of those doc pullreqs | Mike Bayer | 2013-11-21 | 1 | -1/+1 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -3/+0 |
| * | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 1 | -1/+0 |
| * | - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy... | Mike Bayer | 2013-07-02 | 1 | -11/+11 |
| * | tweak the timings here to maximize chance of test success | Mike Bayer | 2013-06-29 | 1 | -31/+12 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -10/+10 |
| * | fix decorator position | Hajime Nakagami | 2013-03-02 | 1 | -1/+1 |
| * | avoid drop table in mysql+cymysql test because of deadlock | Hajime Nakagami | 2013-02-22 | 1 | -0/+1 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -6/+6 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -9/+9 |
| * | - [feature] Added support for the "isolation_level" | Mike Bayer | 2012-02-12 | 1 | -27/+65 |
| * | - adjust some tests and such to work better with a mysql 5.5 install | Mike Bayer | 2011-10-11 | 1 | -0/+1 |
| * | - Context manager provided by Connection.begin() | Mike Bayer | 2011-07-12 | 1 | -0/+22 |
| * | - Unit tests pass 100% on MySQL installed | Mike Bayer | 2011-06-02 | 1 | -0/+1 |
| * | - query.count() emits "count(*)" instead of | Mike Bayer | 2011-05-10 | 1 | -0/+1 |
| * | - given that Oracle's issue is not just open connections, but *closed* ones t... | Mike Bayer | 2011-05-09 | 1 | -1/+2 |
| * | - hardcore force every connection into a strong-referenced set, rollback on e... | Mike Bayer | 2011-04-25 | 1 | -13/+14 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -0/+1 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -7/+8 |
| * | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
| * | - py3k fix regarding new exception system | Mike Bayer | 2011-02-09 | 1 | -0/+1 |
| * | - execution_options() on Connection accepts | Mike Bayer | 2011-01-16 | 1 | -7/+47 |
| * | - add dialect.reset_isolation_level(), reverts | Mike Bayer | 2011-01-16 | 1 | -0/+29 |
| * | - factor consistent set_isolation_level(), get_isolation_level() | Mike Bayer | 2011-01-16 | 1 | -1/+64 |
| * | - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branch | Mike Bayer | 2011-01-08 | 1 | -0/+21 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -11/+11 |
| * | - further fixes to no trans in progress, no trans ever for TLEngine, [ticket:... | Mike Bayer | 2010-12-09 | 1 | -0/+24 |
| * | - Threadlocal engine methods rollback(), commit(), | Mike Bayer | 2010-12-08 | 1 | -0/+12 |
| * | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -4/+4 |
| |\ |
|
| | * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
| * | | - fixes for PG, mysql, twophase | Mike Bayer | 2010-11-20 | 1 | -2/+5 |
| |/ |
|
| * | - *Major* cleanup / modernization of the Informix | Mike Bayer | 2010-10-01 | 1 | -9/+9 |
| * | mark this as intermittent crashes on the buildbot - reason for failures not c... | Mike Bayer | 2010-08-08 | 1 | -0/+1 |
| * | Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve... | Mike Bayer | 2010-07-11 | 1 | -298/+287 |
| * | some more metadata cleanup since --dropall isnt specified on the buildbot | Mike Bayer | 2010-04-16 | 1 | -2/+2 |
| * | - Fixed bug in execution_options() feature whereby the existing | Mike Bayer | 2010-04-07 | 1 | -1/+12 |