summaryrefslogtreecommitdiff
path: root/test/engine/test_execute.py
Commit message (Expand)AuthorAgeFilesLines
...
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-9/+26
* - use proper directive hereMike Bayer2011-02-051-1/+1
* - apply optimizations to alternate row proxies, [ticket:1787]Mike Bayer2011-02-041-0/+62
* - New DBAPI support for pymysql, a pure Python portMike Bayer2011-01-261-2/+3
* - whitespace removal bonanzaMike Bayer2011-01-021-56/+56
* - removes the "on_" prefix.Mike Bayer2010-12-301-17/+17
* oracle fixesMike Bayer2010-12-061-2/+2
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-13/+13
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-3/+3
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-3/+3
* | - fixes for PG, mysql, twophaseMike Bayer2010-11-201-2/+1
* | - logging has been overhauled such that engines no longer need to encode theMike Bayer2010-11-201-32/+143
|\ \
| * | - initial patch for [ticket:1926]Mike Bayer2010-11-171-32/+143
| |/
* | merge tipMike Bayer2010-11-131-0/+32
|\ \ | |/
| * - and fix everything from the last checkin that breaks on py 2.4, 2.5Mike Bayer2010-11-091-1/+2
| * - Implemented sequence check capability for the CMike Bayer2010-11-091-0/+31
* | - move deprecated interfaces down to bottom of TOC, update verbiageMike Bayer2010-11-101-20/+51
* | merge tipMike Bayer2010-10-021-5/+6
|\ \ | |/
| * - *Major* cleanup / modernization of the InformixMike Bayer2010-10-011-5/+6
* | - moved out to on_before_execute, on_after_execute. not much option here,Mike Bayer2010-08-291-83/+12
* | going back to the simple way, plus trying to make the engine thing simpler, a...Mike Bayer2010-08-281-20/+15
* | - its probably worthwhile to make the primary listen() interface humane, i.e.:Mike Bayer2010-08-271-29/+102
* | this reorganizes things so the EventDescriptor and all is on a "Dispatch" obj...Mike Bayer2010-08-091-3/+4
* | - pretty much all tests passing, maybe some callcounts are offMike Bayer2010-07-251-10/+187
|/
* Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve...Mike Bayer2010-07-111-136/+181
* - Pool classes will reuse the same "pool_logging_name" settingMike Bayer2010-05-301-0/+19
* further testing reveals that cursor.rowcount is only called with update/delet...Mike Bayer2010-04-121-4/+42
* - added a test for the solution in [ticket:1757].Mike Bayer2010-04-111-1/+22
* fix this test for oracleMike Bayer2010-04-071-3/+6
* - ah. oursql didn't have "extra steps" here, the previous system within exec...Mike Bayer2010-04-071-2/+20
* - Added new 'compiled_cache' execution option. A dictionaryMike Bayer2010-04-071-0/+31
* arg, oracle, bahMike Bayer2010-03-131-1/+1
* - Added "logging_name" argument to create_engine(), Pool() constructorMike Bayer2010-03-131-1/+38
* fix extending of a tuplePhilip Jenvey2010-03-121-1/+1
* skip test for oursqlMike Bayer2010-03-011-1/+2
* Changes to get mysqlconnector passing most tests.Michael Trier2010-02-281-2/+2
* - the execution sequence pulls all rowcount/last inserted IDMike Bayer2010-02-281-19/+48
* Changed bind parameters to be passed as a tuple. Some drivers don't like to r...Michael Trier2010-02-261-5/+5
* The py-postgresql dialect supports raw python.Michael Trier2010-02-221-1/+1
* missing import, forcefully compile the expression to strPhilip Jenvey2010-01-261-1/+1
* oracle compatPhilip Jenvey2010-01-261-5/+6
* - agnosticize checking for the two phase eventsMike Bayer2010-01-211-6/+6
* - ConnectionProxy now has wrapper methods for all transactionMike Bayer2010-01-161-1/+57
* - new oursql dialect added. [ticket:1613]Mike Bayer2009-11-101-1/+1
* oracle+zxjdbc returning supportPhilip Jenvey2009-08-181-3/+7
* ensure order of larger comparisonsPhilip Jenvey2009-08-081-1/+0
* merge 0.6 series to trunk.Mike Bayer2009-08-061-14/+20
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+167