| Commit message (Expand) | Author | Age | Files | Lines |
| * | -merged 0.3 pool threadlocal fix from r3139 | Mike Bayer | 2007-08-02 | 1 | -4/+11 |
| * | MetaData can now reflect() all tables in the database en-masse thanks to tabl... | Jason Kirtland | 2007-07-31 | 1 | -0/+66 |
| * | test for table_names | Jonathan Ellis | 2007-07-30 | 1 | -2/+12 |
| * | clearer error for ForeignKey cant locate parent table, [ticket:565] | Mike Bayer | 2007-07-29 | 1 | -0/+13 |
| * | - removed auto_close_cursors and disallow_open_cursors arguments from Pool; | Mike Bayer | 2007-07-29 | 1 | -4/+3 |
| * | Added pool hooks for connection creation, check out and check in. | Jason Kirtland | 2007-07-28 | 1 | -0/+146 |
| * | - merged ants' derived attributes example from 0.4 branch | Mike Bayer | 2007-07-27 | 1 | -2/+4 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 11 | -421/+451 |
| * | postgres cant do this particular test b.c. the default "public" schema is takenrel_0_3_10 | Mike Bayer | 2007-07-20 | 1 | -2/+6 |
| * | hopefully resolved all the PG deadlocks occuring here | Mike Bayer | 2007-07-20 | 1 | -29/+43 |
| * | Merged lower case caching, fetching from r2955 | Jason Kirtland | 2007-07-20 | 1 | -3/+4 |
| * | assert timeout is 3 seconds, not 2 | Mike Bayer | 2007-07-20 | 1 | -1/+1 |
| * | - a new mutex that was added in 0.3.9 causes the pool_timeout | Mike Bayer | 2007-07-20 | 1 | -5/+39 |
| * | Better quoting of identifiers when manipulating schemas | Jason Kirtland | 2007-07-19 | 1 | -1/+38 |
| * | Properly escape table names when reflecting for mssql and sqlite [ticket:653] | Paul Johnston | 2007-07-17 | 1 | -1/+16 |
| * | - Added basic schema reflection coverage to main tests | Jason Kirtland | 2007-07-17 | 1 | -0/+18 |
| * | - fixes for connection bound sessions, connection-bound compiled objects via ... | Mike Bayer | 2007-07-16 | 1 | -0/+20 |
| * | - columns can be overridden in a reflected table with a "key" | Mike Bayer | 2007-07-15 | 1 | -1/+18 |
| * | - the various "engine" arguments, such as "engine", "connectable", | Mike Bayer | 2007-07-12 | 2 | -0/+173 |
| * | mssql now able to reflect start and increment values for identity columns | Paul Johnston | 2007-07-11 | 1 | -0/+17 |
| * | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 2 | -14/+14 |
| * | - adjustments to pool locking test to fail on OSX | Mike Bayer | 2007-06-30 | 1 | -3/+6 |
| * | - added a mutex to QueuePool's "overflow" calculation to prevent a race | Mike Bayer | 2007-06-30 | 1 | -0/+33 |
| * | - MetaData and all SchemaItems are safe to use with pickle. slow | Mike Bayer | 2007-06-30 | 1 | -34/+63 |
| * | postgres: | Mike Bayer | 2007-06-29 | 1 | -58/+0 |
| * | pg test wasnt really working with that particular default..its a TODOrel_0_3_8 | Mike Bayer | 2007-06-02 | 1 | -2/+5 |
| * | - Pulling pyformat test for MySQL-python, which fails on 3 driver versions | Jason Kirtland | 2007-06-01 | 1 | -2/+4 |
| * | - Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versions | Jason Kirtland | 2007-05-31 | 1 | -3/+6 |
| * | normalized PG test schema name to "alt_schema" | Mike Bayer | 2007-05-26 | 1 | -5/+5 |
| * | - Setup/teardown out test table properly | Jason Kirtland | 2007-05-25 | 1 | -6/+7 |
| * | - Connections can be detached from their pool, closing on dereference instead... | Jason Kirtland | 2007-05-09 | 1 | -1/+26 |
| * | - added 'url' attribute to Engine | Mike Bayer | 2007-04-29 | 1 | -1/+11 |
| * | a rudimental reconnect/pool auto-dispose test. not super-comprehensive but b... | Mike Bayer | 2007-04-22 | 3 | -0/+98 |
| * | - some docstrings | Mike Bayer | 2007-04-20 | 1 | -1/+11 |
| * | support positional parameters at the execute level even for DBs where we dont... | Mike Bayer | 2007-04-19 | 1 | -1/+1 |
| * | unit test with just one param | Mike Bayer | 2007-04-19 | 1 | -1/+2 |
| * | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 1 | -1/+7 |
| * | added "recreate()" argument to connection pool classes | Mike Bayer | 2007-04-17 | 1 | -0/+8 |
| * | - some cleanup of reflection unit tests | Mike Bayer | 2007-04-04 | 1 | -57/+64 |
| * | - slight tweak to raw execute() change to also support tuples, | Mike Bayer | 2007-04-03 | 1 | -4/+6 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -2/+3 |
| * | "alltests" runners call testbase.main(), which takes an optional suite, | Mike Bayer | 2007-03-15 | 1 | -1/+1 |
| * | MSSQL now passes still more unit tests [ticket:481] | Rick Morrison | 2007-03-15 | 2 | -1/+2 |
| * | - for hackers, refactored the "visitor" system of ClauseElement and | Mike Bayer | 2007-03-11 | 1 | -2/+2 |
| * | restored sequence back, needed by PG for the unit testrel_0_3_5 | Mike Bayer | 2007-02-22 | 1 | -1/+1 |
| * | Completed previously missed patches from tickets 422 and 415 | Rick Morrison | 2007-02-18 | 1 | -1/+1 |
| * | - fixes to tometadata() operation to propigate Constraints at column and tabl... | Mike Bayer | 2007-02-17 | 1 | -2/+17 |
| * | revert old unittest patch for MSSQL | Rick Morrison | 2007-02-15 | 1 | -1/+1 |
| * | - fixed argument passing to straight textual execute() on engine, connection. | Mike Bayer | 2007-02-13 | 2 | -1/+58 |
| * | make sure auto-reflection of remote tables working too... | Mike Bayer | 2007-02-04 | 1 | -2/+2 |