]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog for pullreq bitbucket:15
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 May 2014 15:39:49 +0000 (11:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 May 2014 15:40:29 +0000 (11:40 -0400)
doc/build/changelog/changelog_08.rst

index cfbea455c481e6a7f6e44fa5e7ed47f7af4a3d89..2925a03b57352890cf6b6db434228decf511ef24 100644 (file)
 .. 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