]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix SQL syntax for CAST with explicit collation
authorGord Thompson <gord@gordthompson.com>
Sat, 24 Jun 2023 22:05:42 +0000 (16:05 -0600)
committerGord Thompson <gord@gordthompson.com>
Tue, 27 Jun 2023 13:49:12 +0000 (07:49 -0600)
commit12e15ca0c74da1f69a868b1db971d7cad7128c64
tree5f2dadffce74c595535c7181733593c68f848340
parentbf5cb5268c0d12f44c1537abfef1a1244b2982bb
Fix SQL syntax for CAST with explicit collation

Fixes: #9932
Change-Id: I557e00cfc0725e2f247103dea484a7e818592f7f
doc/build/changelog/unreleased_20/9932.rst [new file with mode: 0644]
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py