]> 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:17:53 +0000 (17:17 -0500)
commita261a78894c4f835b5da7fcbfb3d466a687bc11b
tree98dea76e9c772816750a25499b1012ba36b0ac3a
parent2ec4aa792c0ec87b2bb10ec172e8bdacfb7b824a
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
doc/build/changelog/unreleased_14/7721.rst [new file with mode: 0644]
lib/sqlalchemy/sql/sqltypes.py
test/sql/test_types.py