| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - 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 |
| * | Changed bind parameters to be passed as a tuple. Some drivers don't like to r... | Michael Trier | 2010-02-26 | 1 | -5/+5 |
| * | The py-postgresql dialect supports raw python. | Michael Trier | 2010-02-22 | 1 | -1/+1 |
| * | missing import, forcefully compile the expression to str | Philip Jenvey | 2010-01-26 | 1 | -1/+1 |
| * | oracle compat | Philip Jenvey | 2010-01-26 | 1 | -5/+6 |
| * | - agnosticize checking for the two phase events | Mike Bayer | 2010-01-21 | 1 | -6/+6 |
| * | - ConnectionProxy now has wrapper methods for all transaction | Mike Bayer | 2010-01-16 | 1 | -1/+57 |
| * | - new oursql dialect added. [ticket:1613] | Mike Bayer | 2009-11-10 | 1 | -1/+1 |
| * | oracle+zxjdbc returning support | Philip Jenvey | 2009-08-18 | 1 | -3/+7 |
| * | ensure order of larger comparisons | Philip Jenvey | 2009-08-08 | 1 | -1/+0 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -14/+20 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+167 |