fix: some problems of planner
This commit is contained in:
parent
ddb39a8dc2
commit
5a5ae23ddf
|
@ -1167,6 +1167,13 @@ static int parseOneRow(SInsertParseContext* pCxt, STableDataBlocks* pDataBlocks,
|
||||||
TSKEY tsKey = TD_ROW_KEY(row);
|
TSKEY tsKey = TD_ROW_KEY(row);
|
||||||
checkTimestamp(pDataBlocks, (const char*)&tsKey);
|
checkTimestamp(pDataBlocks, (const char*)&tsKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (i < spd->numOfBound - 1) {
|
||||||
|
NEXT_VALID_TOKEN(pCxt->pSql, sToken);
|
||||||
|
if (TK_NK_COMMA != sToken.type) {
|
||||||
|
return buildSyntaxErrMsg(&pCxt->msg, ", expected", sToken.z);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isParseBindParam) {
|
if (!isParseBindParam) {
|
||||||
|
|
Loading…
Reference in New Issue