提交 7650036f 编写于 作者: wmmhello's avatar wmmhello

feature<TD-6129> add sql.y

上级 aae1faad
......@@ -310,10 +310,8 @@ uint32_t tGetToken(char* z, uint32_t* tokenId) {
return i;
}
if (z[1] == '>') {
for (i = 2; z[i] && z[i] != '\n'; i++) {
}
*tokenId = TK_ARROW;
return i;
return 2;
}
*tokenId = TK_MINUS;
return 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册