提交 3dafd178 编写于 作者: A Alex Duan

fix(client): schemaless support blank format

...@@ -2096,8 +2096,13 @@ static int32_t parseSmlValue(TAOS_SML_KV *pKV, const char **index, ...@@ -2096,8 +2096,13 @@ static int32_t parseSmlValue(TAOS_SML_KV *pKV, const char **index,
back_slash = false; back_slash = false;
cur++; cur++;
len++; len++;
<<<<<<< HEAD
break; break;
} }
=======
break;
}
>>>>>>> 307bc006a5435ef382b94eba69ed50b225b483aa
if (*cur == '"') { if (*cur == '"') {
if (cur == *index) { if (cur == *index) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册