| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | - 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 | 1 | -58/+72 |
| * | 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 |
| * | 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 |
| * | - columns can be overridden in a reflected table with a "key" | Mike Bayer | 2007-07-15 | 1 | -1/+18 |
| * | 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 | 1 | -13/+13 |
| * | - 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 |
| * | - 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 |
| * | - some cleanup of reflection unit tests | Mike Bayer | 2007-04-04 | 1 | -57/+64 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -2/+3 |
| * | MSSQL now passes still more unit tests [ticket:481] | Rick Morrison | 2007-03-15 | 1 | -0/+1 |
| * | - 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 |
| * | make sure auto-reflection of remote tables working too... | Mike Bayer | 2007-02-04 | 1 | -2/+2 |
| * | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 1 | -2/+30 |
| * | - support for None as precision/length in numeric types for postgres, sqlite,... | Mike Bayer | 2006-12-09 | 1 | -6/+9 |
| * | fixed pg reflection of timezones | Mike Bayer | 2006-10-20 | 1 | -1/+18 |
| * | fix for sqlite refection of names with weird quotes around them in the DDL wh... | Mike Bayer | 2006-10-19 | 1 | -0/+26 |
| * | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 1 | -15/+15 |
| * | - the "foreign_key" attribute on Column and ColumnElement in general | Mike Bayer | 2006-10-08 | 1 | -5/+4 |
| * | - fixed condition that occurred during reflection when a primary key | Mike Bayer | 2006-09-30 | 1 | -0/+81 |
| * | sequence/default adjustments to allow postgres 8.1 tests to function | Mike Bayer | 2006-08-31 | 1 | -2/+10 |
| * | - postgres reflection moved to use pg_schema tables, can be overridden | Mike Bayer | 2006-08-21 | 1 | -0/+1 |
| * | more fixes for [ticket:269], added MSMediumBlob type | Mike Bayer | 2006-08-18 | 1 | -1/+11 |
| * | [ticket:277] check if pg/oracle sequence exists. checks in all cases before ... | Mike Bayer | 2006-08-16 | 1 | -1/+12 |
| * | fixes to types so that database-specific types more easily used; | Mike Bayer | 2006-08-12 | 1 | -1/+25 |
| * | turned off default case-folding rules as they wreak havoc with the current un... | Mike Bayer | 2006-08-12 | 1 | -0/+1 |
| * | - better check for ambiguous join conditions in sql.Join; propigates to a | Mike Bayer | 2006-08-03 | 1 | -1/+2 |
| * | fixed reflection of foreign keys to autoload the referenced table | Mike Bayer | 2006-07-22 | 1 | -4/+6 |
| * | added table.exists() | Mike Bayer | 2006-07-19 | 1 | -0/+3 |
| * | added 'checkfirst' argument to table.create()/table.drop() | Mike Bayer | 2006-07-19 | 1 | -0/+16 |
| * | overhaul to schema, addition of ForeignKeyConstraint/ | Mike Bayer | 2006-07-14 | 1 | -17/+59 |
| * | inserting './lib/' into sys.path since PYTHONPATH no longer straightforward w... | Mike Bayer | 2006-06-29 | 1 | -2/+2 |
| * | unsupported unit test on mysql | Mike Bayer | 2006-06-16 | 1 | -1/+5 |
| * | fixed bug where tables with schema name werent getting indexed in metadata co... | Mike Bayer | 2006-06-06 | 1 | -5/+28 |
| * | added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub... | Mike Bayer | 2006-06-06 | 1 | -0/+6 |
| * | reorganized unit tests into subdirectories | Mike Bayer | 2006-06-05 | 1 | -0/+222 |