]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- consolidate "constraints.py" into the more general "ext.py",
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Aug 2015 14:33:21 +0000 (10:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Aug 2015 14:33:21 +0000 (10:33 -0400)
commite2209f7534255855f33a2afedac913fbefe37484
treeb08eb7864fc65cfa6cfca95d3c9b3edd35e37fa8
parent5295a683f9acdad59871ad7b7e6cead834c899e2
- consolidate "constraints.py" into the more general "ext.py",
for all assorted PG SQL extensions
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/dialects/postgresql/constraints.py [deleted file]
lib/sqlalchemy/dialects/postgresql/ext.py