From: Mike Bayer Date: Wed, 26 Jun 2013 15:37:55 +0000 (-0400) Subject: changelog X-Git-Tag: rel_0_8_2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee954f2534eba61e13dcf53731966dfe42c373b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog Conflicts: doc/build/changelog/changelog_09.rst --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 8fc9a0cc2d..f76d5c95c2 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -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