[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed 1.0 regression where the "parent entity" of
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-06-27 04:42:18
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fcb7c784e947/ Changeset: fcb7c784e947 Branch: None User: zzzeek Date: 2015-06-27 04:40:34+00:00 Summary: - Fixed 1.0 regression where the "parent entity" of a synonym- mapped attribute on top of an :func:`.aliased` object would resolve to the original mapper, not the :func:`.aliased` version of it, thereby causing problems for a :class:`.Query` that relies on this attribute (e.g. it's the only representative attribute given in the constructor) to figure out the correct FROM clause for the query. fixes #3466 - apply consitency to ._parententity vs. __clause_element__()._annotations['parententity'] in terms of aliased class, test it all. Affected #: 7 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. |