Add LIVE as reserved sql keyword

This commit is contained in:
Tobie Morgan Hitchcock 2016-10-14 22:17:58 +01:00
parent 9d490950a4
commit 99012cb015

View file

@ -141,6 +141,7 @@ const (
IS
LET
LIMIT
LIVE
MANDATORY
MATCH
MAX
@ -303,6 +304,7 @@ var tokens = [...]string{
IS: "IS",
LET: "LET",
LIMIT: "LIMIT",
LIVE: "LIVE",
MANDATORY: "MANDATORY",
MATCH: "MATCH",
MAX: "MAX",