summaryrefslogtreecommitdiff
path: root/test/engine/reflection.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - 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-271-58/+72
* postgres cant do this particular test b.c. the default "public" schema is takenrel_0_3_10Mike Bayer2007-07-201-2/+6
* 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
* - columns can be overridden in a reflected table with a "key"Mike Bayer2007-07-151-1/+18
* 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-061-13/+13
* - 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
* - 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
* - some cleanup of reflection unit testsMike Bayer2007-04-041-57/+64
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-2/+3
* MSSQL now passes still more unit tests [ticket:481]Rick Morrison2007-03-151-0/+1
* - 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
* make sure auto-reflection of remote tables working too...Mike Bayer2007-02-041-2/+2
* - added "schema" argument to all has_table() calls, only supported so far by PGMike Bayer2007-02-041-2/+30
* - support for None as precision/length in numeric types for postgres, sqlite,...Mike Bayer2006-12-091-6/+9
* fixed pg reflection of timezonesMike Bayer2006-10-201-1/+18
* fix for sqlite refection of names with weird quotes around them in the DDL wh...Mike Bayer2006-10-191-0/+26
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-15/+15
* - the "foreign_key" attribute on Column and ColumnElement in generalMike Bayer2006-10-081-5/+4
* - fixed condition that occurred during reflection when a primary keyMike Bayer2006-09-301-0/+81
* sequence/default adjustments to allow postgres 8.1 tests to functionMike Bayer2006-08-311-2/+10
* - postgres reflection moved to use pg_schema tables, can be overriddenMike Bayer2006-08-211-0/+1
* more fixes for [ticket:269], added MSMediumBlob typeMike Bayer2006-08-181-1/+11
* [ticket:277] check if pg/oracle sequence exists. checks in all cases before ...Mike Bayer2006-08-161-1/+12
* fixes to types so that database-specific types more easily used;Mike Bayer2006-08-121-1/+25
* turned off default case-folding rules as they wreak havoc with the current un...Mike Bayer2006-08-121-0/+1
* - better check for ambiguous join conditions in sql.Join; propigates to aMike Bayer2006-08-031-1/+2
* fixed reflection of foreign keys to autoload the referenced tableMike Bayer2006-07-221-4/+6
* added table.exists()Mike Bayer2006-07-191-0/+3
* added 'checkfirst' argument to table.create()/table.drop()Mike Bayer2006-07-191-0/+16
* overhaul to schema, addition of ForeignKeyConstraint/Mike Bayer2006-07-141-17/+59
* inserting './lib/' into sys.path since PYTHONPATH no longer straightforward w...Mike Bayer2006-06-291-2/+2
* unsupported unit test on mysqlMike Bayer2006-06-161-1/+5
* fixed bug where tables with schema name werent getting indexed in metadata co...Mike Bayer2006-06-061-5/+28
* added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub...Mike Bayer2006-06-061-0/+6
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-0/+222