fix: fix rpc quit problem
This commit is contained in:
parent
32c00b3801
commit
286a7c6d95
|
@ -199,7 +199,7 @@ class TDTestCase:
|
||||||
tdSql.checkData(0, 0, "true")
|
tdSql.checkData(0, 0, "true")
|
||||||
# test select json tag->'key', value is null
|
# test select json tag->'key', value is null
|
||||||
tdSql.query("select jtag->'tag1' from jsons1_4")
|
tdSql.query("select jtag->'tag1' from jsons1_4")
|
||||||
tdSql.checkData(0, 0, "null")
|
tdSql.checkData(0, 0, None)
|
||||||
# test select json tag->'key', value is double
|
# test select json tag->'key', value is double
|
||||||
tdSql.query("select jtag->'tag1' from jsons1_5")
|
tdSql.query("select jtag->'tag1' from jsons1_5")
|
||||||
tdSql.checkData(0, 0, "1.232000000")
|
tdSql.checkData(0, 0, "1.232000000")
|
||||||
|
|
Loading…
Reference in New Issue