]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
mysql: Add new reserved words from MySQL 8.3. 11167/head
authorSean Bright <sean@seanbright.com>
Fri, 15 Mar 2024 17:36:12 +0000 (13:36 -0400)
committerSean Bright <sean@seanbright.com>
Fri, 15 Mar 2024 17:55:11 +0000 (13:55 -0400)
commitadc789cdc6ea66d73925e2a819ea70e60ec282e4
tree081ba3da0cf8679818c4226288f2db55f22cb5b5
parente3f7bc683ac3ea6d7c517b9c7ffeaa911860d732
mysql: Add new reserved words from MySQL 8.3.

Adds the following new keywords from MySQL 8.3:

* `intersect`
* `parallel`
* `qualify`

Sourced from https://dev.mysql.com/doc/refman/8.3/en/keywords.html

Fixes: #11166
lib/sqlalchemy/dialects/mysql/reserved_words.py