]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Implement EXCLUDE constraints for postgres.
authorChris Withers <chris@simplistix.co.uk>
Tue, 21 May 2013 20:11:35 +0000 (21:11 +0100)
committerChris Withers <chris@simplistix.co.uk>
Mon, 10 Jun 2013 11:09:56 +0000 (12:09 +0100)
commitb2ea2eef5db160183cd4f812b0ce1636d8799b91
tree88b4b352a463c278e587fa5c13749685639b18b0
parentf4020282b798ea510e6aafda779ab33c692c0120
Implement EXCLUDE constraints for postgres.
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/constraints.py [new file with mode: 0644]
test/dialect/test_postgresql.py