| Commit message (Expand) | Author | Age | Files | Lines |
* | remove metadata.bind use from test suite | Mike Bayer | 2021-01-03 | 1 | -17/+18 |
* | Ensure all Index arguments are counted when matching expr/columns | Mike Bayer | 2019-07-24 | 1 | -11/+35 |
* | Enable F841 | Mike Bayer | 2019-06-20 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -30/+25 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -539/+701 |
* | Apply SQL compilation to sqltext for column-level CHECK constraint | Mike Bayer | 2017-04-04 | 1 | -0/+13 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -15/+11 |
* | - Consoliate test/sql/test_constraint ConstraintAPITest | Mike Bayer | 2016-07-30 | 1 | -342/+0 |
* | - Fixed bug in enhanced constraint-attachment logic introduced in | Mike Bayer | 2015-05-02 | 1 | -0/+59 |
* | - repair a regression caused by #3282, where we no longer were | Mike Bayer | 2015-04-22 | 1 | -78/+276 |
* | - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint` | Mike Bayer | 2015-03-24 | 1 | -0/+97 |
* | - The :class:`.CheckConstraint` construct now supports naming | Mike Bayer | 2015-01-30 | 1 | -1/+1 |
* | - rework assertsql system, fixes #3293 | Mike Bayer | 2015-01-18 | 1 | -6/+6 |
* | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 1 | -26/+181 |
* | require check constraints for tests | Scott Dugas | 2014-10-23 | 1 | -0/+1 |
* | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 1 | -208/+208 |
* | - fix test failures | Mike Bayer | 2014-06-21 | 1 | -3/+3 |
* | - Liberalized the contract for :class:`.Index` a bit in that you can | Mike Bayer | 2014-04-19 | 1 | -10/+33 |
* | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -0/+2 |
* | Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is given | donkopotamus | 2014-01-17 | 1 | -0/+22 |
* | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -0/+21 |
* | genericize tests here | Mike Bayer | 2013-06-04 | 1 | -5/+10 |
* | - auto-append for CheckConstraint should skip table if the expression is against | Mike Bayer | 2013-03-09 | 1 | -0/+13 |
* | :class:`.Index` now supports arbitrary SQL expressions and/or | Mike Bayer | 2013-01-16 | 1 | -1/+65 |
* | - preparing for #695, modernize constraint/index tests | Mike Bayer | 2013-01-16 | 1 | -192/+371 |
* | Fixed a regression caused by :ticket:`2410` whereby a | Mike Bayer | 2012-12-11 | 1 | -0/+39 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+6 |
* | - [bug] Fixed the DropIndex construct to support | Mike Bayer | 2012-09-24 | 1 | -0/+39 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -13/+13 |
* | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -1/+20 |
* | - [bug] All of UniqueConstraint, ForeignKeyConstraint, | Mike Bayer | 2012-04-24 | 1 | -1/+42 |
* | - sql | Mike Bayer | 2012-04-01 | 1 | -6/+2 |
* | - [bug] Index will raise when arguments passed | Mike Bayer | 2012-02-12 | 1 | -0/+33 |
* | - [bug] the "name" of a column-level CHECK constraint, | Mike Bayer | 2011-12-04 | 1 | -1/+12 |
* | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -0/+1 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -2/+2 |
* | - establish an "insert" option for events to control ordering if needed (not ... | Mike Bayer | 2011-02-25 | 1 | -0/+22 |
* | make it more explicit in tests which dialect we want to use for things | Mike Bayer | 2011-02-11 | 1 | -0/+1 |
* | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -4/+4 |
* | - The Index() construct can be created inline with a Table | Mike Bayer | 2011-01-04 | 1 | -0/+37 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -22/+22 |
* | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -5/+5 |
* | - The generated index name also is based on | Mike Bayer | 2010-08-02 | 1 | -15/+21 |
* | - Changed the scheme used to generate truncated | Mike Bayer | 2010-07-21 | 1 | -10/+23 |
* | - Fixed concatenation of constraints when "PRIMARY KEY" | Mike Bayer | 2010-05-27 | 1 | -1/+1 |
* | - Fixed errant space character when generating ADD CONSTRAINT | Mike Bayer | 2010-04-26 | 1 | -2/+2 |
* | - added util.portable_instancemethod to provide a quick way to make an instan... | Mike Bayer | 2010-02-22 | 1 | -2/+28 |
* | - reworked the DDL generation of ENUM and similar to be more platform agnostic. | Mike Bayer | 2009-12-06 | 1 | -1/+1 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -126/+161 |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+335 |