]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Jun 2013 15:37:55 +0000 (11:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Jun 2013 15:39:50 +0000 (11:39 -0400)
Conflicts:
doc/build/changelog/changelog_09.rst

doc/build/changelog/changelog_08.rst

index 8fc9a0cc2d0750c5af89448e6eb7e076631731fd..f76d5c95c21907a4e41d36f3a8a2110bcd0d854e 100644 (file)
@@ -6,6 +6,14 @@
 .. changelog::
     :version: 0.8.2
 
+    .. change::
+        :tags: bug, postgresql
+        :tickets: 2767
+
+        Fixed bug where the order of columns in a multi-column
+        Postgresql index would be reflected in the wrong order.
+        Courtesy Roman Podolyaka.
+
     .. change::
         :tags: bug, ext