fix wrong syntax of value_rows
This commit is contained in:
parent
8d5984cb80
commit
a4006f8fc5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -299,7 +299,7 @@ InsertValuesStatement_EDIT
|
|||||||
|
|
||||||
InsertValuesList
|
InsertValuesList
|
||||||
: ParenthesizedRowValuesList
|
: ParenthesizedRowValuesList
|
||||||
| RowValuesList ',' ParenthesizedRowValuesList
|
| ParenthesizedRowValuesList ',' InsertValuesList
|
||||||
;
|
;
|
||||||
|
|
||||||
ParenthesizedRowValuesList
|
ParenthesizedRowValuesList
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dt-sql-parser",
|
"name": "dt-sql-parser",
|
||||||
"version": "1.1.6",
|
"version": "1.1.7",
|
||||||
"description": "sql,hive,parser ",
|
"description": "sql,hive,parser ",
|
||||||
"keywords":["hive","hql","sql","parser"],
|
"keywords":["hive","hql","sql","parser"],
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user