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

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

上级 e8d09941
......@@ -224,6 +224,10 @@ class TDTestCase:
tdSql.error("select * from db_json_tag_test.jsons1 where jtag->'num'='null'")
# test distinct
tdSql.query("select distinct jtag from db_json_tag_test.jsons1")
tdSql.checkRows(6)
def stop(self):
tdSql.close()
tdLog.success("%s successfully executed" % __file__)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册