mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-28 11:35:19 -04:00
Add new reserved words for MySQL 5.7.
This commit is contained in:
@@ -602,6 +602,8 @@ RESERVED_WORDS = set(
|
||||
'get', 'io_after_gtids', 'io_before_gtids', 'master_bind', 'one_shot',
|
||||
'partition', 'sql_after_gtids', 'sql_before_gtids', # 5.6
|
||||
|
||||
'generated', 'optimizer_costs', 'stored', 'virtual', # 5.7
|
||||
|
||||
])
|
||||
|
||||
AUTOCOMMIT_RE = re.compile(
|
||||
|
||||
Reference in New Issue
Block a user