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

test

上级 725f3458
......@@ -34,8 +34,8 @@ class TDTestCase:
tdSql.query("select timezone() from normaltb")
tdSql.checkRows(2)
# tdSql.checkData(0,0,"Asia/Shanghai (CST, +0800)")
# tdSql.checkData(1,0,"Asia/Shanghai (CST, +0800)")
tdSql.checkData(0,0,"Asia/Shanghai (CST, +0800)")
tdSql.checkData(1,0,"Asia/Shanghai (CST, +0800)")
tdSql.execute("insert into normaltb values(today(),3,3.333,333.333333)")
tdSql.query("select * from normaltb where ts=today()")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册