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

TD-6129<feature> fix json encode error

上级 4c1db689
......@@ -167,7 +167,8 @@ void tVariantCreateFromBinary(tVariant *pVar, const char *pz, size_t len, uint32
break;
}
case TSDB_DATA_TYPE_BINARY: { // todo refactor, extract a method
case TSDB_DATA_TYPE_BINARY:
case TSDB_DATA_TYPE_JSON:{ // todo refactor, extract a method
pVar->pz = calloc(len + 1, sizeof(char));
memcpy(pVar->pz, pz, len);
pVar->nLen = (int32_t)len;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册