fix:quote process error in sml

This commit is contained in:
wangmm0220 2023-06-14 17:32:50 +08:00
parent f154d29ac7
commit 0232420273
1 changed files with 1 additions and 0 deletions

View File

@ -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) {