summaryrefslogtreecommitdiff
path: root/test/engine/reflection.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-820/+0
* - use ForeignKey.column as _colspec source in Column._make_proxy(), preventin...Mike Bayer2009-01-141-0/+4
* - Reflected foreign keys will properly locateMike Bayer2008-12-261-11/+57
* fix imports for index reflection unit testMike Bayer2008-12-261-4/+4
* - Added Index reflection support to Postgres, using aMike Bayer2008-12-231-1/+32
* Modified fails_on testing decorator to take a reason for the failure.Michael Trier2008-12-121-2/+3
* Corrected problems with reflection on mssql when dealing with schemas. Fixes ...Michael Trier2008-11-091-1/+1
* Fixed mysql FK reflection for the edge case where a Table has expicitly provi...Jason Kirtland2008-10-271-0/+4
* - fixed a bug in declarative test which was looking for old version of historyMike Bayer2008-08-191-2/+2
* Corrected problem with detecting closed connections. Fixed issues in reflect...Michael Trier2008-07-231-1/+1
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-3/+1
* merged r4809 from rel_0_4, oracle fixMike Bayer2008-05-241-1/+1
* Correct failure reasonLele Gaifax2008-05-151-1/+1
* - Removed @unsupportedJason Kirtland2008-05-141-2/+2
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-1/+1
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-17/+24
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-137/+146
* Pass connection to get_default_schema_nameJason Kirtland2008-04-131-1/+1
* fixing recent schema.py changes to work with oracle 'owner' attributerel_0_4_3Mike Bayer2008-02-141-2/+1
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-6/+6
* - Table columns and constraints can be overridden on aMike Bayer2008-02-101-272/+171
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-79/+79
* - Undeclared SAWarnings are now fatal to tests as well.Jason Kirtland2008-01-121-9/+7
* - added extra fk override testMike Bayer2008-01-101-2/+22
* test suite deprecation rampageJason Kirtland2008-01-091-14/+25
* redid the _for_ddl String/Text deprecation warning correctly [ticket:912]Mike Bayer2008-01-091-3/+4
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-32/+21
* New simple test for Dialect.has_sequence()Lele Gaifax2007-12-121-1/+18
* - tables with schemas can still be used in sqlite, firebird,Mike Bayer2007-12-051-3/+7
* opened up the test for "reflection with convert_unicode=True". this is since...Mike Bayer2007-11-271-2/+6
* - oracle will now reflect "DATE" as an OracleDateTime column, notMike Bayer2007-11-181-2/+2
* - Added initial version of MaxDB dialect.Jason Kirtland2007-10-231-12/+13
* - added test coverage for unknown type reflection, fixedMike Bayer2007-10-181-1/+29
* - PG reflection, upon seeing the default schema name being used explicitlyMike Bayer2007-10-141-5/+3
* - sqlite housekeeping- added dialect test & moved tests there, pruned the dia...Jason Kirtland2007-10-111-27/+0
* - initial sybase support checkin, [ticket:785]Mike Bayer2007-10-101-0/+1
* - oracle does not implicitly convert to unicode for non-typed resultMike Bayer2007-10-061-1/+5
* - fixed sqlite reflection of BOOL/BOOLEAN [ticket:808]Mike Bayer2007-10-051-0/+1
* Adjusted reserved word reflection test for oracle-style identifier dialects. ...Jason Kirtland2007-10-041-12/+8
* Some fixes on reflection tests (firebird):Roger Demetrescu2007-10-021-74/+85
* [ticket:728] foreign key checks for existing reflected FK and replaces itselfMike Bayer2007-09-081-4/+43
* Fixed OrderedProperties pickling [ticket:762]Jason Kirtland2007-08-281-0/+1
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-2/+2
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-2/+1
* adjustment to table_names test such that the DB can have extra tables aroundMike Bayer2007-08-141-1/+1
* removed assertion for "no tables in db"rel_0_4beta2Mike Bayer2007-08-141-1/+0
* - oracle reflection of case-sensitive names all fixed upMike Bayer2007-08-101-1/+4
* - fixes to PG unicode table/sequence reflection/create/dropsMike Bayer2007-08-101-1/+1
* Added explicit Unicode table_names testJason Kirtland2007-08-041-3/+32
* - Dialects can be queried for the server version (sqlite and mysql only with ...Jason Kirtland2007-08-031-58/+10