summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
* - some mysql test tweaks ported from 0.7Mike Bayer2012-05-051-0/+5
* - Backported the fix for [ticket:2317] introducedMike Bayer2012-04-241-0/+21
* backport [ticket:2269] fix from 0.7Mike Bayer2011-12-061-37/+99
* - Added an informative error message whenMike Bayer2011-07-211-0/+33
* - Fixed bug whereby if FetchedValue was passedMike Bayer2011-04-231-0/+79
* - Fixed bug in QueuePool, SingletonThreadPool wherebyMike Bayer2011-03-221-1/+47
* Corrected a bunch of spelling typos.Diana Clarke2011-03-141-1/+1
* - Column.copy(), as used in table.tometadata(), copies theMike Bayer2011-01-301-2/+3
* - Threadlocal engine returns itself upon begin(),Mike Bayer2011-01-081-0/+21
* - CheckConstraint will copy its 'initially', 'deferrable',Mike Bayer2011-01-081-0/+14
* -whitespace removal bonanzaMike Bayer2011-01-029-136/+136
* - further fixes to no trans in progress, no trans ever for TLEngine, [ticket:...Mike Bayer2010-12-091-0/+24
* - Threadlocal engine methods rollback(), commit(),Mike Bayer2010-12-081-0/+12
* - The 'info' attribute of Column is copied duringMike Bayer2010-11-141-1/+2
* - 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
* - engine_from_config() now accepts 'debug' forMike Bayer2010-10-151-0/+16
* - added "views=True" option to metadata.reflect(),Mike Bayer2010-10-021-9/+31
* - *Major* cleanup / modernization of the InformixMike Bayer2010-10-016-22/+33
* - use "key in dict" rather than KeyError if the usual caseMike Bayer2010-09-181-13/+10
* d.uhChris Withers2010-09-171-0/+1
* add warning about dodgy use of tometadataChris Withers2010-09-161-1/+24
* tometadata now copies indexes as wellChris Withers2010-09-161-1/+26
* make sure kwargs are copied by tometadataChris Withers2010-09-161-0/+13
* - replaced all self.__connection.is_valid withMike Bayer2010-08-262-5/+36
* mark this as intermittent crashes on the buildbot - reason for failures not c...Mike Bayer2010-08-081-0/+1
* - Fixed bug whereby replacing composite foreign keyMike Bayer2010-08-041-2/+40
* Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve...Mike Bayer2010-07-119-918/+1122
* - Column.copy() takes along the "unique" attributeMike Bayer2010-06-151-1/+2
* - Inspector hits bind.connect() when invoked to ensureMike Bayer2010-06-111-0/+6
* - Pool classes will reuse the same "pool_logging_name" settingMike Bayer2010-05-301-0/+19
* - Added table.add_is_dependent_on(othertable), allows manualMike Bayer2010-05-131-0/+19
* merge tipMike Bayer2010-05-031-2/+35
|\
| * - Fixed bug in connection pool cursor wrapper whereby if aMike Bayer2010-04-281-0/+28
|/
* - Fixed "table" argument on constructor of ForeginKeyConstraintMike Bayer2010-04-261-1/+8
* some more metadata cleanup since --dropall isnt specified on the buildbotMike Bayer2010-04-161-2/+2
* - Table.create() and Table.drop() no longer apply metadata-Mike Bayer2010-04-162-28/+3
* - Added get_pk_constraint() to reflection.Inspector, similarMike Bayer2010-04-151-6/+13
* merge tipMike Bayer2010-04-131-4/+63
|\
| * 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
* | merge defaultMike Bayer2010-04-101-5/+26
|\ \ | |/
| * 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
* | merge defaultMike Bayer2010-04-072-1/+43
|\ \ | |/
| * - Added new 'compiled_cache' execution option. A dictionaryMike Bayer2010-04-071-0/+31
| * - Fixed bug in execution_options() feature whereby the existingMike Bayer2010-04-071-1/+12
* | - EdgeCollection can now go awayMike Bayer2010-04-061-1/+6
|/
* - StaticPool now initializes, disposes and recreates withoutMike Bayer2010-03-191-0/+19
* arg, oracle, bahMike Bayer2010-03-131-1/+1