提交 5c837088 编写于 作者: wmmhello's avatar wmmhello

fix error if there is a space in the end of insert sql in python test case

上级 f0772b14
......@@ -632,7 +632,10 @@ SStrToken tStrGetToken(char* str, int32_t* i, bool isPrevOptr) {
t = str[++(*i)];
}
if (str[*i] == 0) {
t0.n = 0;
return t0;
}
t0.n = tGetToken(&str[*i], &t0.type);
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册