[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Support is improved for supplying a :func:`.join`
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-01-23 01:17:36
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/743ceb045e8b/ Changeset: 743ceb045e8b Branch: None User: zzzeek Date: 2014-01-23 02:16:47 Summary: - Support is improved for supplying a :func:`.join` construct as the target of :paramref:`.relationship.secondary` for the purposes of creating very complex :func:`.relationship` join conditions. The change includes adjustments to query joining, joined eager loading to not render a SELECT subquery, changes to lazy loading such that the "secondary" target is properly included in the SELECT, and changes to declarative to better support specification of a join() object with classes as targets. Affected #: 11 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. |