]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for pullreq github:222
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Dec 2015 16:56:02 +0000 (11:56 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Dec 2015 16:56:02 +0000 (11:56 -0500)
doc/build/changelog/changelog_10.rst

index d41ee70fd853590da4a6e7511c2636e0211ded77..a9b72d2794e4d094c66a429c82ae04d9cb150efc 100644 (file)
 .. 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