Files
sqlalchemy/doc
Mike Bayer 12ce2edc92 - 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
2014-02-28 14:15:13 -05:00
..