Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - consolidate "constraints.py" into the more general "ext.py", | Mike Bayer | 2015-08-27 | 1 | -98/+0 |
| | | | | for all assorted PG SQL extensions | ||||
* | - Repaired the :class:`.ExcludeConstraint` construct to support common | Mike Bayer | 2015-06-16 | 1 | -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 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -7/+8 |
| | | | | sqlalchemy/orm, sqlalchemy/event, sqlalchemy/testing | ||||
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| | | | | to get all flake8 passing | ||||
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -3/+3 |
| | |||||
* | Documentation for the new range type support.pr/5 | Chris Withers | 2013-06-10 | 1 | -5/+5 |
| | |||||
* | Implement EXCLUDE constraints for postgres. | Chris Withers | 2013-06-10 | 1 | -0/+73 |