summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
* -merged 0.3 pool threadlocal fix from r3139Mike Bayer2007-08-021-4/+11
* MetaData can now reflect() all tables in the database en-masse thanks to tabl...Jason Kirtland2007-07-311-0/+66
* test for table_namesJonathan Ellis2007-07-301-2/+12
* clearer error for ForeignKey cant locate parent table, [ticket:565]Mike Bayer2007-07-291-0/+13
* - removed auto_close_cursors and disallow_open_cursors arguments from Pool;Mike Bayer2007-07-291-4/+3
* Added pool hooks for connection creation, check out and check in.Jason Kirtland2007-07-281-0/+146
* - merged ants' derived attributes example from 0.4 branchMike Bayer2007-07-271-2/+4
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-2711-421/+451
* postgres cant do this particular test b.c. the default "public" schema is takenrel_0_3_10Mike Bayer2007-07-201-2/+6
* hopefully resolved all the PG deadlocks occuring hereMike Bayer2007-07-201-29/+43
* Merged lower case caching, fetching from r2955Jason Kirtland2007-07-201-3/+4
* assert timeout is 3 seconds, not 2Mike Bayer2007-07-201-1/+1
* - a new mutex that was added in 0.3.9 causes the pool_timeoutMike Bayer2007-07-201-5/+39
* Better quoting of identifiers when manipulating schemasJason Kirtland2007-07-191-1/+38
* Properly escape table names when reflecting for mssql and sqlite [ticket:653]Paul Johnston2007-07-171-1/+16
* - Added basic schema reflection coverage to main testsJason Kirtland2007-07-171-0/+18
* - fixes for connection bound sessions, connection-bound compiled objects via ...Mike Bayer2007-07-161-0/+20
* - columns can be overridden in a reflected table with a "key"Mike Bayer2007-07-151-1/+18
* - the various "engine" arguments, such as "engine", "connectable",Mike Bayer2007-07-122-0/+173
* mssql now able to reflect start and increment values for identity columnsPaul Johnston2007-07-111-0/+17
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-062-14/+14
* - adjustments to pool locking test to fail on OSXMike Bayer2007-06-301-3/+6
* - added a mutex to QueuePool's "overflow" calculation to prevent a raceMike Bayer2007-06-301-0/+33
* - MetaData and all SchemaItems are safe to use with pickle. slowMike Bayer2007-06-301-34/+63
* postgres:Mike Bayer2007-06-291-58/+0
* pg test wasnt really working with that particular default..its a TODOrel_0_3_8Mike Bayer2007-06-021-2/+5
* - Pulling pyformat test for MySQL-python, which fails on 3 driver versionsJason Kirtland2007-06-011-2/+4
* - Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versionsJason Kirtland2007-05-311-3/+6
* normalized PG test schema name to "alt_schema"Mike Bayer2007-05-261-5/+5
* - Setup/teardown out test table properlyJason Kirtland2007-05-251-6/+7
* - Connections can be detached from their pool, closing on dereference instead...Jason Kirtland2007-05-091-1/+26
* - added 'url' attribute to EngineMike Bayer2007-04-291-1/+11
* a rudimental reconnect/pool auto-dispose test. not super-comprehensive but b...Mike Bayer2007-04-223-0/+98
* - some docstringsMike Bayer2007-04-201-1/+11
* support positional parameters at the execute level even for DBs where we dont...Mike Bayer2007-04-191-1/+1
* unit test with just one paramMike Bayer2007-04-191-1/+2
* - the dialects within sqlalchemy.databases become a setuptoolsMike Bayer2007-04-171-1/+7
* added "recreate()" argument to connection pool classesMike Bayer2007-04-171-0/+8
* - some cleanup of reflection unit testsMike Bayer2007-04-041-57/+64
* - slight tweak to raw execute() change to also support tuples,Mike Bayer2007-04-031-4/+6
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-2/+3
* "alltests" runners call testbase.main(), which takes an optional suite,Mike Bayer2007-03-151-1/+1
* MSSQL now passes still more unit tests [ticket:481]Rick Morrison2007-03-152-1/+2
* - for hackers, refactored the "visitor" system of ClauseElement andMike Bayer2007-03-111-2/+2
* restored sequence back, needed by PG for the unit testrel_0_3_5Mike Bayer2007-02-221-1/+1
* Completed previously missed patches from tickets 422 and 415Rick Morrison2007-02-181-1/+1
* - fixes to tometadata() operation to propigate Constraints at column and tabl...Mike Bayer2007-02-171-2/+17
* revert old unittest patch for MSSQLRick Morrison2007-02-151-1/+1
* - fixed argument passing to straight textual execute() on engine, connection.Mike Bayer2007-02-132-1/+58
* make sure auto-reflection of remote tables working too...Mike Bayer2007-02-041-2/+2