update testcase

This commit is contained in:
jiacy-jcy 2022-04-28 09:27:49 +08:00
parent 9632993e4e
commit 98ced775ca
2 changed files with 1 additions and 5 deletions

View File

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

View File

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