update test case
This commit is contained in:
parent
d9e8329975
commit
11a7b1e1b0
|
@ -323,12 +323,12 @@ class TDTestCase:
|
||||||
# where json value is bool
|
# where json value is bool
|
||||||
tdSql.query("select * from jsons1 where jtag->'tag1'=true")
|
tdSql.query("select * from jsons1 where jtag->'tag1'=true")
|
||||||
tdSql.checkRows(0)
|
tdSql.checkRows(0)
|
||||||
#tdSql.query("select * from jsons1 where jtag->'tag1'=false")
|
tdSql.query("select * from jsons1 where jtag->'tag1'=false")
|
||||||
#tdSql.checkRows(1)
|
tdSql.checkRows(1)
|
||||||
tdSql.query("select * from jsons1 where jtag->'tag1'!=false")
|
tdSql.query("select * from jsons1 where jtag->'tag1'!=false")
|
||||||
tdSql.checkRows(0)
|
tdSql.checkRows(0)
|
||||||
#tdSql.query("select * from jsons1 where jtag->'tag1'>false")
|
tdSql.query("select * from jsons1 where jtag->'tag1'>false")
|
||||||
#tdSql.checkRows(0)
|
tdSql.checkRows(0)
|
||||||
|
|
||||||
# where json value is null
|
# where json value is null
|
||||||
tdSql.query("select * from jsons1 where jtag->'tag1'=null")
|
tdSql.query("select * from jsons1 where jtag->'tag1'=null")
|
||||||
|
|
Loading…
Reference in New Issue