]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Ensure we check that SQL expression has an .info attribute
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Apr 2017 13:06:13 +0000 (09:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Apr 2017 13:06:13 +0000 (09:06 -0400)
commitd13734add349ec6763cce8b194806c5afe988000
treef2083413bc8332953169dd38b3ec1f99ad21d389
parent9609f5ffb52ce8a4969059e299773ac7176dbb0d
Ensure we check that SQL expression has an .info attribute

Fixed regression released in 1.1.8 due to :ticket:`3950` where the
deeper search for information about column types in the case of a
"schema type" or a :class:`.TypeDecorator` would produce an attribute
error if the mapping also contained a :obj:`.column_property`.

Change-Id: I38254834d3d79c9b339289a8163eb4789ec4c931
Fixes: #3956
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/ext/mutable.py
test/ext/test_mutable.py