]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed potential issue where a custom subclass
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Jul 2015 14:00:13 +0000 (10:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Jul 2015 14:00:13 +0000 (10:00 -0400)
commit41aead96cdfd581c053a395992e1a3cf0b6a5572
treefceafc25ac4ae48d181f5d34a45d5b49149e381e
parent18a078654da286c0adf51a20a21398e357ed12ed
- Fixed potential issue where a custom subclass
of :class:`.FunctionElement` or other column element that incorrectly
states 'None' or any other invalid object as the ``.type``
attribute will report this exception instead of recursion overflow.
fixes #3485
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/sql/elements.py
test/sql/test_functions.py