]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.9 needs 0.8's changelog also.....
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Aug 2013 20:11:15 +0000 (16:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Aug 2013 20:11:15 +0000 (16:11 -0400)
doc/build/changelog/changelog_08.rst

index 3e61ac570059b33831f1546f90e52aec2c5fa93d..c19fa22279efd49cd3f1ac8744ca2e4a98c95115 100644 (file)
@@ -6,6 +6,16 @@
 .. changelog::
     :version: 0.8.3
 
+    .. change::
+        :tags: bug, orm
+        :tickets: 2779
+
+        Backported a change from 0.9 whereby the iteration of a hierarchy
+        of mappers used in polymorphic inheritance loads is sorted,
+        which allows the SELECT statements generated for polymorphic queries
+        to have deterministic rendering, which in turn helps with caching
+        schemes that cache on the SQL string itself.
+
     .. change::
         :tags: bug, orm
         :tickets: 2794