diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-19 15:26:51 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-19 15:26:51 -0500 |
commit | 0b4c0384f60f35c8fb6fa0ffc521f83cc4b9d46e (patch) | |
tree | b0b2432eefbacd8b449c6c3563374c98995ba489 | |
parent | 7e66d7e392138caf2a57be53f2498e6098c30187 (diff) | |
download | sqlalchemy-0b4c0384f60f35c8fb6fa0ffc521f83cc4b9d46e.tar.gz |
changelog for pullreq 12
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index aabcdf3c8..531c7c545 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -12,6 +12,17 @@ :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 :tickets: 2944 |