[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Ensure post-__clause_element__() expression are use
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-07-31 04:25:36
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1269b08b1bae/ Changeset: 1269b08b1bae Branch: master User: zzzeek Date: 2016-07-31 04:10:04+00:00 Summary: Ensure post-__clause_element__() expression are used in Index The change in Index for 1.1 combined with the fix for ref #3763 still fails to deliver the correct object resolved by __clause_element__() to the list of expressions for compilation. Make sure we use the expression that's been unwrapped from __clause_element__(). Change-Id: Ie1df8db5090de665048331786f0024d52851923f Fixes: #3763 Affected #: 2 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. |