| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Added an exception catch + warning for the | Mike Bayer | 2011-10-15 | 1 | -0/+15 |
| * | - Improvement to multi-param statement logging, | Mike Bayer | 2011-08-22 | 1 | -1/+80 |
| * | if python 2.4, have DontWrapException be old style | Mike Bayer | 2011-06-26 | 1 | -1/+0 |
| * | - Added mixin class sqlalchemy.ext.DontWrapMixin. | Mike Bayer | 2011-06-22 | 1 | -1/+28 |
| * | - given that Oracle's issue is not just open connections, but *closed* ones t... | Mike Bayer | 2011-05-09 | 1 | -0/+7 |
| * | - hardcore force every connection into a strong-referenced set, rollback on e... | Mike Bayer | 2011-04-25 | 1 | -8/+10 |
| * | - this passes --mockpool for test_execute 100% with pypy. still makes test_r... | Mike Bayer | 2011-04-22 | 1 | -9/+9 |
| * | - ensure test_execute passes with --mockpool | Mike Bayer | 2011-04-22 | 1 | -6/+43 |
| * | grumpy fix | Mike Bayer | 2011-04-22 | 1 | -0/+1 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -1/+2 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -9/+10 |
| * | - convert @provide_metadata to use self access | Mike Bayer | 2011-03-26 | 1 | -0/+1 |
| * | - rename EngineEvents to ConnectionEvents | Mike Bayer | 2011-02-17 | 1 | -4/+63 |
| * | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -9/+26 |
| * | - use proper directive here | Mike Bayer | 2011-02-05 | 1 | -1/+1 |
| * | - apply optimizations to alternate row proxies, [ticket:1787] | Mike Bayer | 2011-02-04 | 1 | -0/+62 |
| * | - New DBAPI support for pymysql, a pure Python port | Mike Bayer | 2011-01-26 | 1 | -2/+3 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -56/+56 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -17/+17 |
| * | oracle fixes | Mike Bayer | 2010-12-06 | 1 | -2/+2 |
| * | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -13/+13 |
| * | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -3/+3 |
| |\ |
|
| | * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -3/+3 |
| * | | - fixes for PG, mysql, twophase | Mike Bayer | 2010-11-20 | 1 | -2/+1 |
| * | | - logging has been overhauled such that engines no longer need to encode the | Mike Bayer | 2010-11-20 | 1 | -32/+143 |
| |\ \ |
|
| | * | | - initial patch for [ticket:1926] | Mike Bayer | 2010-11-17 | 1 | -32/+143 |
| | |/ |
|
| * | | merge tip | Mike Bayer | 2010-11-13 | 1 | -0/+32 |
| |\ \
| |/ |
|
| | * | - and fix everything from the last checkin that breaks on py 2.4, 2.5 | Mike Bayer | 2010-11-09 | 1 | -1/+2 |
| | * | - Implemented sequence check capability for the C | Mike Bayer | 2010-11-09 | 1 | -0/+31 |
| * | | - move deprecated interfaces down to bottom of TOC, update verbiage | Mike Bayer | 2010-11-10 | 1 | -20/+51 |
| * | | merge tip | Mike Bayer | 2010-10-02 | 1 | -5/+6 |
| |\ \
| |/ |
|
| | * | - *Major* cleanup / modernization of the Informix | Mike Bayer | 2010-10-01 | 1 | -5/+6 |
| * | | - moved out to on_before_execute, on_after_execute. not much option here, | Mike Bayer | 2010-08-29 | 1 | -83/+12 |
| * | | going back to the simple way, plus trying to make the engine thing simpler, a... | Mike Bayer | 2010-08-28 | 1 | -20/+15 |
| * | | - its probably worthwhile to make the primary listen() interface humane, i.e.: | Mike Bayer | 2010-08-27 | 1 | -29/+102 |
| * | | this reorganizes things so the EventDescriptor and all is on a "Dispatch" obj... | Mike Bayer | 2010-08-09 | 1 | -3/+4 |
| * | | - pretty much all tests passing, maybe some callcounts are off | Mike Bayer | 2010-07-25 | 1 | -10/+187 |
| |/ |
|
| * | Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve... | Mike Bayer | 2010-07-11 | 1 | -136/+181 |
| * | - Pool classes will reuse the same "pool_logging_name" setting | Mike Bayer | 2010-05-30 | 1 | -0/+19 |
| * | further testing reveals that cursor.rowcount is only called with update/delet... | Mike Bayer | 2010-04-12 | 1 | -4/+42 |
| * | - added a test for the solution in [ticket:1757]. | Mike Bayer | 2010-04-11 | 1 | -1/+22 |
| * | fix this test for oracle | Mike Bayer | 2010-04-07 | 1 | -3/+6 |
| * | - ah. oursql didn't have "extra steps" here, the previous system within exec... | Mike Bayer | 2010-04-07 | 1 | -2/+20 |
| * | - Added new 'compiled_cache' execution option. A dictionary | Mike Bayer | 2010-04-07 | 1 | -0/+31 |
| * | arg, oracle, bah | Mike Bayer | 2010-03-13 | 1 | -1/+1 |
| * | - Added "logging_name" argument to create_engine(), Pool() constructor | Mike Bayer | 2010-03-13 | 1 | -1/+38 |
| * | fix extending of a tuple | Philip Jenvey | 2010-03-12 | 1 | -1/+1 |
| * | skip test for oursql | Mike Bayer | 2010-03-01 | 1 | -1/+2 |
| * | Changes to get mysqlconnector passing most tests. | Michael Trier | 2010-02-28 | 1 | -2/+2 |
| * | - the execution sequence pulls all rowcount/last inserted ID | Mike Bayer | 2010-02-28 | 1 | -19/+48 |