]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where a fair number of SQL elements within
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Oct 2014 21:20:30 +0000 (17:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Oct 2014 21:20:54 +0000 (17:20 -0400)
commitdf63aa87480e7ca37a7087efa27a774f4624641d
treec20714232a1149152698df205f7114c57f6240b8
parent4f16700596cfb1c81f170ed66c8dbf47f0b467eb
- Fixed bug where a fair number of SQL elements within
the sql package would fail to ``__repr__()`` successfully,
due to a missing ``description`` attribute that would then invoke
a recursion overflow when an internal AttributeError would then
re-invoke ``__repr__()``.
fixes #3195
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/elements.py
test/sql/test_selectable.py