From: Mike Bayer Date: Fri, 26 Apr 2013 19:04:42 +0000 (-0400) Subject: changelog for [ticket:2714] X-Git-Tag: rel_0_8_1~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22c4ae0aaf3a00e9020c3950a53d2a3238b2091c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog for [ticket:2714] --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index ae4ff3b828..9d392e778e 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -6,6 +6,19 @@ .. changelog:: :version: 0.8.1 + .. change:: + :tags: bug, orm + :tickets: 2714 + + A significant improvement to the inner workings of query.join(), + such that the decisionmaking involved on how to join has been + dramatically simplified. New test cases now pass such as + multiple joins extending from the middle of an already complex + series of joins involving inheritance and such. Joining from + deeply nested subquery structures is still complicated and + not without caveats, but with these improvements the edge + cases are hopefully pushed even farther out to the edges. + .. change:: :tags: feature, orm :tickets: 2673