]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add reserved word 'function' for MySQL
authorAlex Hall <alex.mojaki@gmail.com>
Tue, 30 Oct 2018 17:00:49 +0000 (13:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Oct 2018 17:13:03 +0000 (13:13 -0400)
commit353d416341d33ce4122a9becde45e75fbe479752
tree3a71f9783762b97e67b105175d08c7bb6ad237c3
parent7a1c19833eac79ada3ef624cae656f6f5a76cfdd
Add reserved word 'function' for MySQL

Added word ``function`` to the list of reserved words for MySQL, which is
now a keyword in MySQL 8.0

Fixes: #4348
Change-Id: Idd30acda7e99076810f65d0ee860055a18dc9193
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/481
(cherry picked from commit 38c81328e91884f71af175a115dfdb423d8f4910)
doc/build/changelog/unreleased_12/4348.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/base.py