summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-08-30 10:49:01 +0200
committerMichal Čihař <michal@cihar.com>2017-08-30 10:50:28 +0200
commitdabe0b7992076c2aa55581ae8fc545cc3a222e44 (patch)
treed30e85824afb25e22fd98622d1ff2e24c031cbf3
parent5b29f29e78aa9289e7b89a293159e8fd2f8707b1 (diff)
downloadsql-parser-dabe0b7992076c2aa55581ae8fc545cc3a222e44.zip
sql-parser-dabe0b7992076c2aa55581ae8fc545cc3a222e44.tar.gz
sql-parser-dabe0b7992076c2aa55581ae8fc545cc3a222e44.tar.bz2
Add support for MySQL 8.0
Signed-off-by: Michal Čihař <michal@cihar.com>
-rw-r--r--tools/ContextGenerator.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ContextGenerator.php b/tools/ContextGenerator.php
index 685fe59..b439e25 100644
--- a/tools/ContextGenerator.php
+++ b/tools/ContextGenerator.php
@@ -36,6 +36,7 @@ class ContextGenerator
'MySql50500' => 'https://dev.mysql.com/doc/refman/5.5/en/keywords.html',
'MySql50600' => 'https://dev.mysql.com/doc/refman/5.6/en/keywords.html',
'MySql50700' => 'https://dev.mysql.com/doc/refman/5.7/en/keywords.html',
+ 'MySql80000' => 'https://dev.mysql.com/doc/refman/8.0/en/keywords.html',
);
/**