]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix: allow escape value to be an empty string 9908/head
authorMartin Caslavsky <mcaslavsky@gmail.com>
Thu, 8 Jun 2023 20:24:51 +0000 (22:24 +0200)
committerMartin Caslavsky <mcaslavsky@gmail.com>
Thu, 8 Jun 2023 21:06:56 +0000 (23:06 +0200)
commitd7ecc1778a07b17adfa58050b44f6e2945dd1448
tree5f46ca8dc1d9f6a0f3f902baf9fecce0753ed1bf
parent97d0483b900e4acba76c15d51b4ea5b6beae3c35
fix: allow escape value to be an empty string

Fixes: #9907
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/sql/compiler.py
test/dialect/postgresql/test_compiler.py
test/sql/test_operators.py