From: Mike Bayer Date: Wed, 19 Feb 2014 20:26:51 +0000 (-0500) Subject: changelog for pullreq 12 X-Git-Tag: rel_0_8_5~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56364c636e0072a84b55e125d52a5989db40a883;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog for pullreq 12 --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 5e67ee8d33..7b116101bc 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -11,6 +11,17 @@ .. changelog:: :version: 0.8.5 + .. change:: + :tags: bug, mysql + :versions: 0.9.3 + :tickets: 2966 + :pullreq: bitbucket:12 + + Added support for the ``PARTITION BY`` and ``PARTITIONS`` + MySQL table keywords, specified as ``mysql_partition_by='value'`` and + ``mysql_partitions='value'`` to :class:`.Table`. Pull request + courtesy Marcus McCurdy. + .. change:: :tags: bug, sql :versions: 0.9.3