]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
implement visit_unsupported_compilation for TypeCompiler
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Feb 2021 21:18:12 +0000 (16:18 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Feb 2021 21:32:19 +0000 (16:32 -0500)
commit6cd195c4a1589620784b052a041e691427d1e086
tree13170d68f7eec9b15cc6fb477aed92dd29846bb5
parentdc615763d39916e9c037c7c376db1817cdf02764
implement visit_unsupported_compilation for TypeCompiler

Fixed regression where the "unsupported compilation error" for unknown
datatypes would fail to raise correctly.

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