make innerjoin='nested' the default behavior for innerjoin=True

Issue #3008 resolved
Mike Bayer repo owner created an issue

we can maintain the old behavior for the random SQLite user perhaps with "unnested", though might not be worth it.

Comments (1)

  1. Mike Bayer reporter
    • The behavior of :paramref:.joinedload.innerjoin as well as :paramref:.relationship.innerjoin is now to use "nested" inner joins, that is, right-nested, as the default behavior when an inner join joined eager load is chained to an outer join eager load. fixes #3008

    → <<cset 00862a29c6c1>>

  2. Log in to comment