]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixes(#7561) Add support for postgres.UUID literal_binds compilation
authorJosé Duarte <duarte@dystematic.com>
Wed, 12 Jan 2022 22:00:00 +0000 (22:00 +0000)
committerJosé Duarte <duarte@dystematic.com>
Wed, 12 Jan 2022 22:02:16 +0000 (22:02 +0000)
commit590ef4199f4c7b581c47dfff538c4bc5756af43a
treefd9ad4f832cb238aa6f23f8b8ff6e2182e50b2ea
parenta869dc8fe3cd579ed9bab665d215a6c3e3d8a4ca
Fixes(#7561) Add support for postgres.UUID literal_binds compilation
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_types.py