diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-12 11:39:49 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-12 11:39:49 -0400 |
commit | 46763173fcda20877b578e1e6492a2235d51d8d2 (patch) | |
tree | 708919ab12bfa95ff0e09762372ead56544b048f | |
parent | 0a08177b5993d47e8a21b26f3be8909432ab66b6 (diff) | |
download | sqlalchemy-46763173fcda20877b578e1e6492a2235d51d8d2.tar.gz |
changelog for pullreq bitbucket:15
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index c87c5eb6e..428d2b576 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -12,6 +12,15 @@ :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 :versions: 0.9.5 |