enable_eagerloads(False) automatically for .subquery(), .exists()

Issue #4032 new
Mike Bayer repo owner created an issue

calling .exists() on an entity that has a subqueryload set up raises an error in 1.1 due to the internals not handling it correctly. There should be no reason eagerloads are called upon at all for an exists() and probably for .subquery() in general.

Comments (0)

  1. Log in to comment