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

fix:add json test case

上级 3b7dbaa0
......@@ -133,10 +133,10 @@ class TDTestCase:
# tdSql.checkData(1, 0, 1)
# test select json tag
tdSql.query("select * from jsons1")
tdSql.checkRows(8)
tdSql.query("select jtag from jsons1")
tdSql.checkRows(7)
# tdSql.query("select * from jsons1")
# tdSql.checkRows(8)
# tdSql.query("select jtag from jsons1")
# tdSql.checkRows(7)
# tdSql.query("select jtag from jsons1 where jtag is null")
# tdSql.checkRows(5)
# tdSql.query("select jtag from jsons1 where jtag is not null")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册