]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Copy whereclause / using in ExcludeConstraint
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Jan 2017 17:10:16 +0000 (12:10 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Jan 2017 17:10:16 +0000 (12:10 -0500)
commit1c578a710f14568856dad6a1c0bad1269b4108c4
tree452686e86ae0937fc0e9fa31e0b0614521871a32
parentf55d466cad2d7c741f391eb2df15a23652132fe4
Copy whereclause / using in ExcludeConstraint

Fixed bug in Postgresql :class:`.ExcludeConstraint` where the
"whereclause" and "using" parameters would not be copied during an
operation like :meth:`.Table.tometadata`.

Change-Id: I2f704981d4d4862f9c82a50272006fab8becebb6
Fixes: #3900
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/postgresql/ext.py
test/dialect/postgresql/test_compiler.py