From: Mike Bayer Date: Mon, 12 May 2014 15:39:49 +0000 (-0400) Subject: changelog for pullreq bitbucket:15 X-Git-Tag: rel_0_8_7~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d15b4fb38a43be74b01d56514034533bbb96125;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog for pullreq bitbucket:15 --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index cfbea455c4..2925a03b57 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -11,6 +11,15 @@ .. changelog:: :version: 0.8.7 + .. change:: + :tags: bug, mysql + :versions: 0.9.5 + :pullreq: bitbucket:15 + + Added support for reflecting tables where an index includes + KEY_BLOCK_SIZE using an equal sign. Pull request courtesy + Sean McGivern. + .. change:: :tags: bug, orm :tickets: 3047