This commit is contained in:
jiacy-jcy 2022-04-25 18:50:52 +08:00
parent eaf8812722
commit 26f8512ff9
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@ class TDTestCase:
tdSql.query(f"select * from ntb where timezone()='{time_zone}'") tdSql.query(f"select * from ntb where timezone()='{time_zone}'")
tdSql.checkRows(2) tdSql.checkRows(2)
tdSql.error("select timezone()+1 from ntb") tdSql.query("select timezone()+1 from ntb")
tdSql.checkRows(2)
def stop(self): def stop(self):
tdSql.close() tdSql.close()