summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
...
* - Added "logging_name" argument to create_engine(), Pool() constructorMike Bayer2010-03-131-1/+38
* merge tipMike Bayer2010-03-131-1/+1
|\
| * fix extending of a tuplePhilip Jenvey2010-03-121-1/+1
* | fix the timeout test once and for allMike Bayer2010-03-131-4/+5
|/
* - the copy() method of Column now copies over uninitializedMike Bayer2010-03-111-1/+14
* fix last commitPhilip Jenvey2010-03-081-1/+1
* small cleanupPhilip Jenvey2010-03-081-1/+1
* there we go, that was the stupid gc bugMike Bayer2010-03-011-0/+2
* 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
* some ms/odbc fixesMike Bayer2010-02-282-1/+3
* working on pyodbc / mxodbcMike Bayer2010-02-271-2/+3
* - threadlocal engine wasn't properly closing the connectionMike Bayer2010-02-271-3/+0
* Changed bind parameters to be passed as a tuple. Some drivers don't like to r...Michael Trier2010-02-261-5/+5
* Support for the mysql+oursql dialect. Thank you Taavi Burns.Michael Trier2010-02-251-1/+0
* Added the ability to strip the schema when using tometadata by passing schema...Michael Trier2010-02-251-2/+51
* - "out" parameters require a type that is supported byMike Bayer2010-02-231-24/+1
* The py-postgresql dialect supports raw python.Michael Trier2010-02-221-1/+1
* increase the timeout here to accommodate slowness on the buildbotMike Bayer2010-02-221-2/+6
* another weird nose + py3k fixMike Bayer2010-02-201-1/+2
* the order of rollback()s wasn't correct. slightly disturbing as the test usu...Mike Bayer2010-02-021-0/+6
* - the "connection" argument from engine.transaction() andMike Bayer2010-01-291-2/+20
* - the "autocommit" flag on select() and text() as wellMike Bayer2010-01-281-4/+69
* missing import, forcefully compile the expression to strPhilip Jenvey2010-01-262-2/+2
* oracle compatPhilip Jenvey2010-01-263-10/+11
* - oracle + firebird: "case sensitivity" feature will detect an all-lowercaseMike Bayer2010-01-241-1/+27
* - the "threadlocal" engine has been rewritten and simplifiedMike Bayer2010-01-241-15/+119
* - types.Binary is renamed to types.LargeBinary, it onlyMike Bayer2010-01-231-5/+5
* - agnosticize checking for the two phase eventsMike Bayer2010-01-211-6/+6
* - implement dynamic type_affinity for Oracle.NUMBERMike Bayer2010-01-171-4/+4
* - reorganized and re-documented Oracle schema tests to assumeMike Bayer2010-01-171-17/+33
* - ConnectionProxy now has wrapper methods for all transactionMike Bayer2010-01-161-1/+57
* merge r6616 of 0.5 branch, allow DefaultGenerators as "default" and "onupdate"Mike Bayer2010-01-071-2/+13
* - have inspector properly return default_schema_name [ticket:1626]Mike Bayer2010-01-031-2/+5
* - The copy() method on Column now supports uninitialized,Mike Bayer2010-01-021-0/+18
* - added _with_options() to Connection. not publicizing this yet.Mike Bayer2009-12-181-0/+1
* - reworked the DDL generation of ENUM and similar to be more platform agnostic.Mike Bayer2009-12-061-1/+1
* - The cursor associated with connection pool connectionsMike Bayer2009-12-031-1/+8
* fix StaticPool [ticket:1615]Mike Bayer2009-11-121-33/+34
* - new oursql dialect added. [ticket:1613]Mike Bayer2009-11-101-1/+1
* - ForeignKey(constraint=some_parent) is now private _constraintMike Bayer2009-11-091-2/+27
* - Fixed bug in two-phase transaction whereby commit() methodMike Bayer2009-11-041-1/+3
* - simplify default schema name testMike Bayer2009-11-031-6/+4
* added test for [ticket:1450]Mike Bayer2009-11-011-9/+14
* add "dialect" to the __all__ of each root dialect packageMike Bayer2009-11-011-1/+9
* - the `__contains__()` method of `MetaData` now acceptsMike Bayer2009-11-011-1/+16
* test fixesMike Bayer2009-10-261-3/+7
* oracle test fixesMike Bayer2009-10-261-0/+2
* - The psycopg2 dialect now uses psycopg2's "unicode extension"Mike Bayer2009-10-261-5/+18