]> 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:12:13 +0000 (13:12 -0400)
commit38c81328e91884f71af175a115dfdb423d8f4910
tree55f4355323fd4dec619acb5676a1676945d0b770
parent65af4fc74ab7f8af4d4eb8d1fdd7aa751731cbfb
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
doc/build/changelog/unreleased_12/4348.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/base.py