summaryrefslogtreecommitdiff
path: root/test/sql/constraints.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-337/+0
* On MSSQL if a field is part of the primary_key then it should not allow NULLS.Michael Trier2008-12-281-1/+1
* Modified fails_on testing decorator to take a reason for the failure.Michael Trier2008-12-121-1/+1
* - Using the same ForeignKey object repeatedlyMike Bayer2008-12-031-1/+10
* - Removed the 'properties' attribute of theMike Bayer2008-11-091-2/+2
* merged r4870 from 0.4 branch, index name truncation, [ticket:820]Mike Bayer2008-06-221-0/+18
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-5/+5
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-2/+2
* - Added deferrability support to constraintsJason Kirtland2008-02-081-0/+105
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-29/+29
* sequence pre-executes dont create an ExecutionContext, use straight cursorMike Bayer2007-09-011-2/+2
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-0/+1
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-1/+1
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-5/+6
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-1/+1
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-5/+7
* - for hackers, refactored the "visitor" system of ClauseElement andMike Bayer2007-03-111-1/+1
* - fixed use_alter flag on ForeignKeyConstraint [ticket:503]Mike Bayer2007-03-071-0/+24
* - fixed generation of CHECK constraints on columns [ticket:464]Mike Bayer2007-02-171-1/+2
* - added a Sequence to the unicode test tables to help OracleMike Bayer2007-02-171-1/+1
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-0/+176