summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-08-18 16:11:15 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-08-18 16:11:15 -0400
commit806a9b778506290e5ebe72bf4f32a849e60ea3cd (patch)
tree3f8f134c6d5d517567d3d3250703dfaa8a878a29
parenta622305c0ba02c66e598f60fcbe4c15a75922cac (diff)
downloadsqlalchemy-806a9b778506290e5ebe72bf4f32a849e60ea3cd.tar.gz
0.9 needs 0.8's changelog also.....
-rw-r--r--doc/build/changelog/changelog_08.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index 3e61ac570..c19fa2227 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -8,6 +8,16 @@
.. 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
Fixed a potential issue in an ordered sequence implementation used