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 ...@@ -28,6 +28,7 @@ class MySQL80Keywords extends MySQL57Keywords
$keywords = array_merge($keywords, [ $keywords = array_merge($keywords, [
'ADMIN', 'ADMIN',
'ARRAY',
'CUBE', 'CUBE',
'CUME_DIST', 'CUME_DIST',
'DENSE_RANK', 'DENSE_RANK',
...@@ -40,7 +41,9 @@ class MySQL80Keywords extends MySQL57Keywords ...@@ -40,7 +41,9 @@ class MySQL80Keywords extends MySQL57Keywords
'JSON_TABLE', 'JSON_TABLE',
'LAG', 'LAG',
'LAST_VALUE', 'LAST_VALUE',
'LATERAL',
'LEAD', 'LEAD',
'MEMBER',
'NTH_VALUE', 'NTH_VALUE',
'NTILE', 'NTILE',
'OF', '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