fix wrong syntax of value_rows

This commit is contained in:
HSunboy 2018-11-05 19:18:45 +08:00
parent 8d5984cb80
commit a4006f8fc5
4 changed files with 26 additions and 26 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -299,7 +299,7 @@ InsertValuesStatement_EDIT
InsertValuesList
: ParenthesizedRowValuesList
| RowValuesList ',' ParenthesizedRowValuesList
| ParenthesizedRowValuesList ',' InsertValuesList
;
ParenthesizedRowValuesList

View File

@ -1,6 +1,6 @@
{
"name": "dt-sql-parser",
"version": "1.1.6",
"version": "1.1.7",
"description": "sql,hive,parser ",
"keywords":["hive","hql","sql","parser"],
"main": "index.js",