add "innerjoin" option to lazy=False, eagerload()

Issue #1544 resolved
Mike Bayer repo owner created an issue

Just to avoid having to assume this based on not-null etc., let's at least make it an option to use INNER JOIN for eager loads so it at least can be controlled for now.

I thought there was a ticket for this to be determined automatically but there doesn't seem to be one.

Comments (3)

  1. Log in to comment