提交 ce7bfcf0 编写于 作者: D dapan1121

fix case issue

上级 424cd012
...@@ -45,7 +45,7 @@ class TDTestCase: ...@@ -45,7 +45,7 @@ class TDTestCase:
tdSql.query("select * from st") tdSql.query("select * from st")
tdSql.checkRows(1) tdSql.checkRows(1)
tdSql.execute("alter table st add column length int") tdSql.execute("alter table st add column len int")
tdSql.execute("insert into t1 values(now, 1, 2)") tdSql.execute("insert into t1 values(now, 1, 2)")
tdSql.query("select last(*) from st") tdSql.query("select last(*) from st")
tdSql.checkData(0, 2, 2); tdSql.checkData(0, 2, 2);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册