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

TD-6129<feature> support null true false for json tag

上级 abfaf36e
......@@ -735,7 +735,7 @@ static void setResRawPtrImpl(SSqlRes* pRes, SInternalField* pInfo, int32_t i, bo
assert(varDataTLen(dst) <= pInfo->field.bytes);
tfree(json);
}else{
setNull(dst, TSDB_DATA_TYPE_JSON);
setNull(dst, TSDB_DATA_TYPE_JSON, 0);
}
}else if (*p == SELECT_ELEMENT_JSON_TAG){
if (isNull(realData, TSDB_DATA_TYPE_JSON)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册