fix:add json test case

This commit is contained in:
wangmm0220 2022-05-23 19:59:37 +08:00
parent 3b7dbaa0a6
commit 2070ae8464
1 changed files with 4 additions and 4 deletions

View File

@ -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")