From: Mike Bayer Date: Mon, 12 May 2014 15:39:49 +0000 (-0400) Subject: changelog for pullreq bitbucket:15 X-Git-Tag: rel_0_9_5~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46763173fcda20877b578e1e6492a2235d51d8d2;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 c87c5eb6eb..428d2b5760 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