[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed bug in new "label resolution" feature of :t
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-03-21 17:13:04
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c09c21c9f318/ Changeset: c09c21c9f318 Branch: None User: zzzeek Date: 2015-03-21 17:12:15+00:00 Summary: - Fixed bug in new "label resolution" feature of :ticket:`2992` where the string label placed in the order_by() or group_by() of a statement would place higher priority on the name as found inside the FROM clause instead of a more locally available name inside the columns clause. fixes #3335 Affected #: 4 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. |