add test case

This commit is contained in:
jiacy-jcy 2022-04-25 18:33:02 +08:00
parent 8405c99b89
commit 90d8b571b5
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class TDTestCase:
tdSql.checkRows(1)
tdSql.query("select to_iso8601(ts) from ntb where ts=today()")
tdSql.checkRows(1)
tdSql.checkData(0,1,10)
# tdSql.checkData(0,0,10)
for i in range(1,10):
tdSql.query("select to_iso8601(1) from ntb")
tdSql.checkData(0,0,"1970-01-01T08:00:01+0800")