summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/constraints.py
Commit message (Collapse)AuthorAgeFilesLines
* - Repaired the :class:`.ExcludeConstraint` construct to support commonMike Bayer2015-06-161-7/+30
| | | | | | | features that other objects like :class:`.Index` now do, that the column expression may be specified as an arbitrary SQL expression such as :obj:`.cast` or :obj:`.text`. fixes #3454
* - copyright 2015Mike Bayer2015-03-101-1/+1
|
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-7/+8
| | | | sqlalchemy/orm, sqlalchemy/event, sqlalchemy/testing
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
| | | | to get all flake8 passing
* - happy new yearMike Bayer2014-01-051-3/+3
|
* Documentation for the new range type support.pr/5Chris Withers2013-06-101-5/+5
|
* Implement EXCLUDE constraints for postgres.Chris Withers2013-06-101-0/+73