Add IF to sql reserved words
This commit is contained in:
parent
115c97ce86
commit
4e20db990a
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,7 @@ const (
|
|||
GROUP
|
||||
HISTORY
|
||||
ID
|
||||
IF
|
||||
IN
|
||||
INDEX
|
||||
INFO
|
||||
|
@ -293,6 +294,7 @@ var tokens = [...]string{
|
|||
GROUP: "GROUP",
|
||||
HISTORY: "HISTORY",
|
||||
ID: "ID",
|
||||
IF: "IF",
|
||||
IN: "IN",
|
||||
INDEX: "INDEX",
|
||||
INFO: "INFO",
|
||||
|
|
Loading…
Reference in a new issue