From 2d8d1dcf60e023275b8dcfea015ec16cad69d266 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 30 Jun 2014 20:25:04 -0400 Subject: - repair the _enable_single_crit method, it was named the same as the attribute and probably just replaced itself, so that is now _set_enable_single_crit - as a side effect of the main issue fixed here, correct the case in adjust_for_single_inheritance where the same mapper appears more than once in mapper_adapter_map; run through a set() for uniqueness. - Fixed bug in subquery eager loading in conjunction with :func:`.with_polymorphic`, the targeting of entities and columns in the subquery load has been made more accurate with respect to this type of entity and others. Fixes #3106 --- doc/build/changelog/changelog_09.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 56d43a9e6..fa83c4b34 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,16 @@ :version: 0.9.7 :released: + .. change:: + :tags: bug, orm + :tickets: 3106 + :versions: 1.0.0 + + Fixed bug in subquery eager loading in conjunction with + :func:`.with_polymorphic`, the targeting of entities and columns + in the subquery load has been made more accurate with respect + to this type of entity and others. + .. change:: :tags: bug, orm :tickets: 3099 -- cgit v1.2.1