summaryrefslogtreecommitdiff
path: root/test/sql/test_constraints.py
Commit message (Expand)AuthorAgeFilesLines
* - [bug] Fixed the DropIndex construct to supportMike Bayer2012-09-241-0/+39
* -whitespace bonanza, contdMike Bayer2012-07-281-13/+13
* - [feature] Added "MATCH" clause to ForeignKey,Mike Bayer2012-06-211-1/+20
* - [bug] All of UniqueConstraint, ForeignKeyConstraint,Mike Bayer2012-04-241-1/+42
* - sqlMike Bayer2012-04-011-6/+2
* - [bug] Index will raise when arguments passedMike Bayer2012-02-121-0/+33
* - [bug] the "name" of a column-level CHECK constraint,Mike Bayer2011-12-041-1/+12
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-0/+1
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-2/+2
* - establish an "insert" option for events to control ordering if needed (not ...Mike Bayer2011-02-251-0/+22
* make it more explicit in tests which dialect we want to use for thingsMike Bayer2011-02-111-0/+1
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-4/+4
* - The Index() construct can be created inline with a TableMike Bayer2011-01-041-0/+37
* - whitespace removal bonanzaMike Bayer2011-01-021-22/+22
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-5/+5
* - The generated index name also is based onMike Bayer2010-08-021-15/+21
* - Changed the scheme used to generate truncatedMike Bayer2010-07-211-10/+23
* - Fixed concatenation of constraints when "PRIMARY KEY"Mike Bayer2010-05-271-1/+1
* - Fixed errant space character when generating ADD CONSTRAINTMike Bayer2010-04-261-2/+2
* - added util.portable_instancemethod to provide a quick way to make an instan...Mike Bayer2010-02-221-2/+28
* - reworked the DDL generation of ENUM and similar to be more platform agnostic.Mike Bayer2009-12-061-1/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-126/+161
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+335