Files
sqlalchemy/test
Mike Bayer 2734439fff Set use_mapper_path=True for with_poly subentities
Fixed regression in joined eager loading introduced in 1.3.0b3 via
🎫`4468` where the ability to create a joined option across a
:func:`.with_polymorphic` into a polymorphic subclass using
:meth:`.RelationshipProperty.of_type` and then further along regular mapped
relationships would fail as the polymorphic subclass would not add itself
to the load path in a way that could be located by the loader strategy.  A
tweak has been made to resolve this scenario.

Fixes: #5082
Change-Id: I1c7b8d70ed94436c655e433bf34394b13d384c35
2020-01-07 10:50:02 -05:00
..
2020-01-04 12:56:26 -05:00
2020-01-01 11:11:24 -05:00
2019-06-20 13:50:41 -04:00