| Commit message (Expand) | Author | Age | Files | Lines |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -820/+0 |
* | - use ForeignKey.column as _colspec source in Column._make_proxy(), preventin... | Mike Bayer | 2009-01-14 | 1 | -0/+4 |
* | - Reflected foreign keys will properly locate | Mike Bayer | 2008-12-26 | 1 | -11/+57 |
* | fix imports for index reflection unit test | Mike Bayer | 2008-12-26 | 1 | -4/+4 |
* | - Added Index reflection support to Postgres, using a | Mike Bayer | 2008-12-23 | 1 | -1/+32 |
* | Modified fails_on testing decorator to take a reason for the failure. | Michael Trier | 2008-12-12 | 1 | -2/+3 |
* | Corrected problems with reflection on mssql when dealing with schemas. Fixes ... | Michael Trier | 2008-11-09 | 1 | -1/+1 |
* | Fixed mysql FK reflection for the edge case where a Table has expicitly provi... | Jason Kirtland | 2008-10-27 | 1 | -0/+4 |
* | - fixed a bug in declarative test which was looking for old version of history | Mike Bayer | 2008-08-19 | 1 | -2/+2 |
* | Corrected problem with detecting closed connections. Fixed issues in reflect... | Michael Trier | 2008-07-23 | 1 | -1/+1 |
* | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 1 | -3/+1 |
* | merged r4809 from rel_0_4, oracle fix | Mike Bayer | 2008-05-24 | 1 | -1/+1 |
* | Correct failure reason | Lele Gaifax | 2008-05-15 | 1 | -1/+1 |
* | - Removed @unsupported | Jason Kirtland | 2008-05-14 | 1 | -2/+2 |
* | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 1 | -1/+1 |
* | Test suite modernization in progress. Big changes: | Jason Kirtland | 2008-05-09 | 1 | -17/+24 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -137/+146 |
* | Pass connection to get_default_schema_name | Jason Kirtland | 2008-04-13 | 1 | -1/+1 |
* | fixing recent schema.py changes to work with oracle 'owner' attributerel_0_4_3 | Mike Bayer | 2008-02-14 | 1 | -2/+1 |
* | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 1 | -6/+6 |
* | - Table columns and constraints can be overridden on a | Mike Bayer | 2008-02-10 | 1 | -272/+171 |
* | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -79/+79 |
* | - Undeclared SAWarnings are now fatal to tests as well. | Jason Kirtland | 2008-01-12 | 1 | -9/+7 |
* | - added extra fk override test | Mike Bayer | 2008-01-10 | 1 | -2/+22 |
* | test suite deprecation rampage | Jason Kirtland | 2008-01-09 | 1 | -14/+25 |
* | redid the _for_ddl String/Text deprecation warning correctly [ticket:912] | Mike Bayer | 2008-01-09 | 1 | -3/+4 |
* | - Removed @testing.supported. Dialects in development or maintained outside | Jason Kirtland | 2007-12-13 | 1 | -32/+21 |
* | New simple test for Dialect.has_sequence() | Lele Gaifax | 2007-12-12 | 1 | -1/+18 |
* | - tables with schemas can still be used in sqlite, firebird, | Mike Bayer | 2007-12-05 | 1 | -3/+7 |
* | opened up the test for "reflection with convert_unicode=True". this is since... | Mike Bayer | 2007-11-27 | 1 | -2/+6 |
* | - oracle will now reflect "DATE" as an OracleDateTime column, not | Mike Bayer | 2007-11-18 | 1 | -2/+2 |
* | - Added initial version of MaxDB dialect. | Jason Kirtland | 2007-10-23 | 1 | -12/+13 |
* | - added test coverage for unknown type reflection, fixed | Mike Bayer | 2007-10-18 | 1 | -1/+29 |
* | - PG reflection, upon seeing the default schema name being used explicitly | Mike Bayer | 2007-10-14 | 1 | -5/+3 |
* | - sqlite housekeeping- added dialect test & moved tests there, pruned the dia... | Jason Kirtland | 2007-10-11 | 1 | -27/+0 |
* | - initial sybase support checkin, [ticket:785] | Mike Bayer | 2007-10-10 | 1 | -0/+1 |
* | - oracle does not implicitly convert to unicode for non-typed result | Mike Bayer | 2007-10-06 | 1 | -1/+5 |
* | - fixed sqlite reflection of BOOL/BOOLEAN [ticket:808] | Mike Bayer | 2007-10-05 | 1 | -0/+1 |
* | Adjusted reserved word reflection test for oracle-style identifier dialects. ... | Jason Kirtland | 2007-10-04 | 1 | -12/+8 |
* | Some fixes on reflection tests (firebird): | Roger Demetrescu | 2007-10-02 | 1 | -74/+85 |
* | [ticket:728] foreign key checks for existing reflected FK and replaces itself | Mike Bayer | 2007-09-08 | 1 | -4/+43 |
* | Fixed OrderedProperties pickling [ticket:762] | Jason Kirtland | 2007-08-28 | 1 | -0/+1 |
* | `from foo import (name, name)` isn't valid syntax for 2.3. ah well. | Jason Kirtland | 2007-08-21 | 1 | -2/+2 |
* | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 1 | -2/+1 |
* | adjustment to table_names test such that the DB can have extra tables around | Mike Bayer | 2007-08-14 | 1 | -1/+1 |
* | removed assertion for "no tables in db"rel_0_4beta2 | Mike Bayer | 2007-08-14 | 1 | -1/+0 |
* | - oracle reflection of case-sensitive names all fixed up | Mike Bayer | 2007-08-10 | 1 | -1/+4 |
* | - fixes to PG unicode table/sequence reflection/create/drops | Mike Bayer | 2007-08-10 | 1 | -1/+1 |
* | Added explicit Unicode table_names test | Jason Kirtland | 2007-08-04 | 1 | -3/+32 |
* | - Dialects can be queried for the server version (sqlite and mysql only with ... | Jason Kirtland | 2007-08-03 | 1 | -58/+10 |