fix:add json test case
This commit is contained in:
parent
3b7dbaa0a6
commit
2070ae8464
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue