summaryrefslogtreecommitdiff
path: root/test/sql/test_constraints.py
Commit message (Expand)AuthorAgeFilesLines
* remove metadata.bind use from test suiteMike Bayer2021-01-031-17/+18
* Ensure all Index arguments are counted when matching expr/columnsMike Bayer2019-07-241-11/+35
* Enable F841Mike Bayer2019-06-201-1/+1
* Post black reformattingMike Bayer2019-01-061-30/+25
* Run black -l 79 against all source filesMike Bayer2019-01-061-539/+701
* Apply SQL compilation to sqltext for column-level CHECK constraintMike Bayer2017-04-041-0/+13
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-15/+11
* - Consoliate test/sql/test_constraint ConstraintAPITestMike Bayer2016-07-301-342/+0
* - Fixed bug in enhanced constraint-attachment logic introduced inMike Bayer2015-05-021-0/+59
* - repair a regression caused by #3282, where we no longer wereMike Bayer2015-04-221-78/+276
* - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint`Mike Bayer2015-03-241-0/+97
* - The :class:`.CheckConstraint` construct now supports namingMike Bayer2015-01-301-1/+1
* - rework assertsql system, fixes #3293Mike Bayer2015-01-181-6/+6
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-26/+181
* require check constraints for testsScott Dugas2014-10-231-0/+1
* - update the flake8 rules againMike Bayer2014-07-181-208/+208
* - fix test failuresMike Bayer2014-06-211-3/+3
* - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-191-10/+33
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+2
* Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is givendonkopotamus2014-01-171-0/+22
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-0/+21
* genericize tests hereMike Bayer2013-06-041-5/+10
* - auto-append for CheckConstraint should skip table if the expression is againstMike Bayer2013-03-091-0/+13
* :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-161-1/+65
* - preparing for #695, modernize constraint/index testsMike Bayer2013-01-161-192/+371
* Fixed a regression caused by :ticket:`2410` whereby aMike Bayer2012-12-111-0/+39
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+6
* - [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