[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The :class:`.RowProxy` object is now sortable in
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-11-20 00:29:58
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/02f21ffcf366/ Changeset: 02f21ffcf366 Branch: master User: zzzeek Date: 2013-11-20 01:29:18 Summary: - The :class:`.RowProxy` object is now sortable in Python as a regular tuple is; this is accomplished via ensuring tuple() conversion on both sides within the ``__eq__()`` method as well as the addition of a ``__lt__()`` method. [ticket:2848] Affected #: 5 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. |