summaryrefslogtreecommitdiff
path: root/test/engine/test_execute.py
Commit message (Expand)AuthorAgeFilesLines
...
* - Added an exception catch + warning for theMike Bayer2011-10-151-0/+15
* - Improvement to multi-param statement logging,Mike Bayer2011-08-221-1/+80
* if python 2.4, have DontWrapException be old styleMike Bayer2011-06-261-1/+0
* - Added mixin class sqlalchemy.ext.DontWrapMixin.Mike Bayer2011-06-221-1/+28
* - given that Oracle's issue is not just open connections, but *closed* ones t...Mike Bayer2011-05-091-0/+7
* - hardcore force every connection into a strong-referenced set, rollback on e...Mike Bayer2011-04-251-8/+10
* - this passes --mockpool for test_execute 100% with pypy. still makes test_r...Mike Bayer2011-04-221-9/+9
* - ensure test_execute passes with --mockpoolMike Bayer2011-04-221-6/+43
* grumpy fixMike Bayer2011-04-221-0/+1
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-1/+2
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-9/+10
* - convert @provide_metadata to use self accessMike Bayer2011-03-261-0/+1
* - rename EngineEvents to ConnectionEventsMike Bayer2011-02-171-4/+63
* - 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