From: Mike Bayer Date: Tue, 22 Dec 2015 16:56:02 +0000 (-0500) Subject: - changelog for pullreq github:222 X-Git-Tag: rel_1_1_0b1~84^2~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c7ade2f4218b55db8f758949b82a3414474aeb2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for pullreq github:222 --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index d41ee70fd8..a9b72d2794 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -18,6 +18,15 @@ .. changelog:: :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