diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-12-22 11:56:02 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-12-22 11:56:02 -0500 |
commit | 5c7ade2f4218b55db8f758949b82a3414474aeb2 (patch) | |
tree | 91e1475a6546a7525e8ca8039881955ed1f108d1 | |
parent | e95c34481ca69c033ecc2695abd7dd5354ef1f3a (diff) | |
download | sqlalchemy-5c7ade2f4218b55db8f758949b82a3414474aeb2.tar.gz |
- changelog for pullreq github:222
-rw-r--r-- | doc/build/changelog/changelog_10.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index d41ee70fd..a9b72d279 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -19,6 +19,15 @@ :version: 1.0.11 .. change:: + :tags: bug, mysql + :versions: 1.1.0b1 + :pullreq: github:222 + + Added new reserved words for MySQL 5.7 to the MySQL dialect, + including 'generated', 'optimizer_costs', 'stored', 'virtual'. + Pull request courtesy Hanno Schlichting. + + .. change:: :tags: bug, ext :tickets: 3605 :versions: 1.1.0b1 |