[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-07-30 16:53:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6327c59d4f34/ Changeset: 6327c59d4f34 Branch: None User: zzzeek Date: 2016-07-30 14:11:53+00:00 Summary: Index should extract __clause_element__() early Fixed bug where :class:`.Index` would fail to extract columns from compound SQL expressions if those SQL expressions were wrapped inside of an ORM-style ``__clause_element__()`` construct. This bug exists in 1.0.x as well, however in 1.1 is more noticeable as hybrid_property @expression now returns a wrapped element. Fixes: #3763 Change-Id: I992536386503a1fb3f2305790abe008d72c44c4a Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cda9defe58f8/ Changeset: cda9defe58f8 Branch: master User: zzzeek Date: 2016-07-30 16:54:10+00:00 Summary: Merge "Index should extract __clause_element__() early" 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. |