提交 90d8b571 编写于 作者: J jiacy-jcy

add test case

上级 8405c99b
......@@ -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")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册