[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed bug where a fair number of SQL elements wit
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-10-09 21:21:35
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/81d1e0455a40/ Changeset: 81d1e0455a40 Branch: master User: zzzeek Date: 2014-10-09 21:20:30+00:00 Summary: - 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 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |