提交 9c3a130b 编写于 作者: X xywang

[TS-1289]<fix>: failed to create stable if tag column was json string

上级 5e79274d
......@@ -570,6 +570,12 @@ uint32_t tGetToken(char* z, uint32_t* tokenId) {
*tokenId = TK_ID;
return i;
}
case '{': {
for (i = 1; z[i] && z[i - 1] != '}'; i++) {
}
*tokenId = TK_STRING;
return i;
}
case 'T':
case 't':
case 'F':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册