]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
ExcludeConstraint literal_compile
authorFederico Caselli <cfederico87@gmail.com>
Wed, 22 Feb 2023 20:57:19 +0000 (21:57 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 22 Feb 2023 20:57:19 +0000 (21:57 +0100)
commit71693c94d52612a5e88128575ff308ee4a923c00
tree40a75810ea3c857e3bd7bef056e5cf948f61f3a4
parentfc57bafbae9d67b7ce95e26c939ca957c366b0f7
ExcludeConstraint literal_compile

ExcludeConstraint correctly uses literal compile
when compiling expression ddl.

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