update testcase
This commit is contained in:
parent
9632993e4e
commit
98ced775ca
|
@ -143,11 +143,7 @@ class TDTestCase:
|
|||
# tdSql.checkRows(3)
|
||||
|
||||
tdSql.error("select now()+1.5 from ntb")
|
||||
|
||||
tdSql.error("select now()+1.5 from db.ntb")
|
||||
|
||||
|
||||
|
||||
tdSql.error("select now()+'abc' from ntb")
|
||||
tdSql.error("select now()+'abc' from db.ntb")
|
||||
tdSql.error("select now()+abc from ntb")
|
||||
|
|
|
@ -93,7 +93,7 @@ class TDTestCase:
|
|||
tdSql.query("select timezone()*100 from ntb")
|
||||
tdSql.checkRows(2)
|
||||
tdSql.query("select timezone()/10 from ntb")
|
||||
tdSql.query("select timezone()/0 from ntb")
|
||||
# tdSql.query("select timezone()/0 from ntb")
|
||||
|
||||
|
||||
tdSql.query("select timezone()+null from ntb")
|
||||
|
|
Loading…
Reference in New Issue