]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix type string formatting calls
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Mar 2022 22:17:53 +0000 (17:17 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Mar 2022 22:48:53 +0000 (17:48 -0500)
commitefe43590523bc97d0df17a2524078fed813ae8c1
tree66348b3e43b18d172e8b2700f38073f701a51e8f
parent79e004c27e13e556be6834e62dc39194744fe39a
fix type string formatting calls

Fixed type-related error messages that would fail for values that were
tuples, due to string formatting syntax, including compile of unsupported
literal values and invalid boolean values.

Fixes: #7721
Change-Id: I6775721486ef2db2d0738b9aa08b9f2570f55659
(cherry picked from commit a261a78894c4f835b5da7fcbfb3d466a687bc11b)
doc/build/changelog/unreleased_14/7721.rst [new file with mode: 0644]
lib/sqlalchemy/sql/sqltypes.py
test/sql/test_types.py