]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed issue when copying ExcludeConstraint
authorFederico Caselli <cfederico87@gmail.com>
Wed, 1 Mar 2023 22:22:46 +0000 (23:22 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 1 Mar 2023 22:22:46 +0000 (23:22 +0100)
commit7099dd20e90307237240f30d5db0816a08356a5b
treed65c0091726daffcf91ca27f9afa79819044090d
parent9d9e47fe9398b6bcda917f63441d2b5ad4b345c4
Fixed issue when copying ExcludeConstraint

Fixes: #9401
Change-Id: Ie10192348749567110f53ae618fc724f37d1a6a1
doc/build/changelog/unreleased_20/9401.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/ext.py
test/dialect/postgresql/test_compiler.py