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

update test case for now

上级 b72c7a74
......@@ -142,10 +142,10 @@ class TDTestCase:
# tdSql.query("select now()+9223372036854775807 from ntb")
# tdSql.checkRows(3)
tdSql.query("select now()+1.5 from ntb")
tdSql.checkRows(3)
tdSql.query("select now()+1.5 from db.ntb")
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")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册