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

fix:quote process error in sml

上级 f154d29a
......@@ -443,6 +443,7 @@ static int32_t smlParseColKv(SSmlHandle *info, char **sql, char *sqlEnd, SSmlLin
if (unlikely(*(*sql) == QUOTE && (*(*sql - 1) != SLASH || (*sql - 1) == escapeChar))) {
isInQuote = !isInQuote;
(*sql)++;
if(!isInQuote) break;
continue;
}
if (!isInQuote) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册