Unverified Commit b0726e7a authored by Sergei Morozov's avatar Sergei Morozov Committed by GitHub

Merge pull request #3674 from loilo/add-missing-mysql8-keywords

Add missing MySQL 8.0 reserved keywords
parents c98c5482 f932579d
......@@ -28,6 +28,7 @@ class MySQL80Keywords extends MySQL57Keywords
$keywords = array_merge($keywords, [
'ADMIN',
'ARRAY',
'CUBE',
'CUME_DIST',
'DENSE_RANK',
......@@ -40,7 +41,9 @@ class MySQL80Keywords extends MySQL57Keywords
'JSON_TABLE',
'LAG',
'LAST_VALUE',
'LATERAL',
'LEAD',
'MEMBER',
'NTH_VALUE',
'NTILE',
'OF',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment