summaryrefslogtreecommitdiff
path: root/test/engine/reflection.py
Commit message (Expand)AuthorAgeFilesLines
* - 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