]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog for [ticket:2714]
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Apr 2013 19:04:42 +0000 (15:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Apr 2013 19:04:42 +0000 (15:04 -0400)
doc/build/changelog/changelog_08.rst

index ae4ff3b8285eb0aae8fcfff7511db4b2ea8170ed..9d392e778ee94e065a7ab313e1d5a2e5b7fc9cca 100644 (file)
@@ -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