[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Added a new option to :paramref:`.relationship.in
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-02-28 19:16:46
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/12ce2edc92ef/ Changeset: 12ce2edc92ef Branch: None User: zzzeek Date: 2014-02-28 20:15:13 Summary: - Added a new option to :paramref:`.relationship.innerjoin` which is to specify the string ``"nested"``. When set to ``"nested"`` as opposed to ``True``, the "chaining" of joins will parenthesize the inner join on the right side of an existing outer join, instead of chaining as a string of outer joins. This possibly should have been the default behavior when 0.9 was released, as we introduced the feature of right-nested joins in the ORM, however we are keeping it as a non-default for now to avoid further surprises. fixes #2976 Affected #: 5 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. |