]> 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:26 +0000 (10:46 -0400)
commitd08d27b897569ff8f18ca869b00a058652111c24
tree963898a200b66fb52182723c62901abbd6ed33bc
parent8f5b65f4316e21d19b00266cdd9eded3d4ec51b2
Add ARRAY and MEMBER to MySQL reserved words

Also sort the listing of reserved words.

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