Skip to content

Commit

Permalink
Support keyword SERIAL (#481)
Browse files Browse the repository at this point in the history
* Support keyword `SERIAL`

* Fix fmt

* make fmt happy

* execute gofmt after `make parser`

* revert modification on Makefile
  • Loading branch information
spongedu authored and kennytm committed Aug 21, 2019
1 parent dd016b8 commit e2490d9
Show file tree
Hide file tree
Showing 4 changed files with 7,167 additions and 7,107 deletions.
1 change: 1 addition & 0 deletions misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ var tokenMap = map[string]int{
"SECOND_MICROSECOND": secondMicrosecond,
"SECURITY": security,
"SELECT": selectKwd,
"SERIAL": serial,
"SERIALIZABLE": serializable,
"SESSION": session,
"SET": set,
Expand Down
Loading

0 comments on commit e2490d9

Please sign in to comment.