]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Test for EXCLUDE constraint duplicated index
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 25 Oct 2017 19:01:55 +0000 (15:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 25 Oct 2017 19:02:46 +0000 (15:02 -0400)
commit8d318dee6cdccd0751ad8b0832774398a45f9cdb
treeef6aa26e84bb56cc069db9b37eb345e220a72fb1
parentf34b180ca9059a74c3bf1db1b79e187c3f4b81c9
Test for EXCLUDE constraint duplicated index

An EXCLUDE constraint makes an index just like a UNIQUE does;
get_indexes() will receive this.  Test that this works out the
same way as it does for a UNIQUE.

Change-Id: I02ac7cbbb1ca0d1fcdcdbe9a8b8bd1ffee3e496c
Fixes: #4122
test/dialect/postgresql/test_reflection.py
test/requirements.py