]> 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:30 +0000 (17:20 -0400)
commit81d1e0455a406560be468d1aacc37aa63bb4d717
tree8e5289a8ecf3d32de4bc13902831ce8a01c245c9
parentc55d10940b1953fce2129e7bcfe1728bea33cd1d
- 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