]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add ARRAY and MEMBER to MySQL reserved words
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jul 2019 14:43:59 +0000 (10:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jul 2019 14:46:43 +0000 (10:46 -0400)
commitb9abec017430b2c17f2bcfb94670899f2586036b
treed4e3efa3e0797299cab68e1258a99be9fccb6e19
parentc4e7feddd757d53dd9783d2002ee1b9daa7f0b3a
Add ARRAY and MEMBER to MySQL reserved words

Also sort the listing of reserved words.

Fixes: #4783
Change-Id: I8a7370a424d7c78efb4916d3307600b8e85f98ac
(cherry picked from commit d08d27b897569ff8f18ca869b00a058652111c24)
doc/build/changelog/unreleased_13/4783.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/base.py