summaryrefslogtreecommitdiff
path: root/test/engine/test_execute.py
Commit message (Expand)AuthorAgeFilesLines
...
* - [feature] Added "no_parameters=True" executionMike Bayer2012-02-131-0/+10
* - test failures. one in particular seems to be a weird oursql bug, oh wellMike Bayer2012-02-121-0/+2
* - add a context manager availble via Engine.begin()Mike Bayer2012-02-121-0/+134
* fix a few py3k bugsMike Bayer2012-01-281-1/+1
* - [bug] Fixed bug in "mock" strategy wherebyMike Bayer2012-01-281-1/+30
* exception pickling fails on cx_oracleMike Bayer2012-01-221-0/+3
* - [bug] Fixed bug whereby a table-bound ColumnMike Bayer2012-01-221-2/+2
* another serializable for [ticket:2371]Mike Bayer2012-01-121-1/+2
* further fixes for column/table errorsMike Bayer2012-01-111-6/+9
* some adjustments for py3kMike Bayer2012-01-111-4/+6
* fix failures for oursql, python 2.4Mike Bayer2012-01-111-4/+7
* - [bug] Added __reduce__ to StatementError,Mike Bayer2012-01-101-0/+37
* fix this test for oursqlMike Bayer2011-10-151-2/+2
* - 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
|/