| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | some ms/odbc fixes | Mike Bayer | 2010-02-28 | 1 | -1/+2 |
| * | - threadlocal engine wasn't properly closing the connection | Mike Bayer | 2010-02-27 | 1 | -3/+0 |
| * | the order of rollback()s wasn't correct. slightly disturbing as the test usu... | Mike Bayer | 2010-02-02 | 1 | -0/+6 |
| * | - the "connection" argument from engine.transaction() and | Mike Bayer | 2010-01-29 | 1 | -2/+20 |
| * | - the "autocommit" flag on select() and text() as well | Mike Bayer | 2010-01-28 | 1 | -4/+69 |
| * | oracle compat | Philip Jenvey | 2010-01-26 | 1 | -4/+4 |
| * | - the "threadlocal" engine has been rewritten and simplified | Mike Bayer | 2010-01-24 | 1 | -15/+119 |
| * | - added _with_options() to Connection. not publicizing this yet. | Mike Bayer | 2009-12-18 | 1 | -0/+1 |
| * | - Fixed bug in two-phase transaction whereby commit() method | Mike Bayer | 2009-11-04 | 1 | -1/+3 |
| * | close out py3k + pg8000 bugs that are fixable for now without pg8000 decimal fix | Mike Bayer | 2009-08-09 | 1 | -5/+5 |
| * | python3k fixes | Mike Bayer | 2009-08-09 | 1 | -5/+5 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -9/+25 |
| * | changed reference to PostgreSQL in docs.rel_0_5_5 | Mike Bayer | 2009-07-13 | 1 | -2/+2 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+840 |