未验证 提交 736c7382 编写于 作者: Y Yang Zhao 提交者: GitHub

test: change test case (#14435)

上级 b429e019
...@@ -93,8 +93,6 @@ class TDTestCase: ...@@ -93,8 +93,6 @@ class TDTestCase:
tdSql.checkData(27, 1, "SMALLINT UNSIGNED") tdSql.checkData(27, 1, "SMALLINT UNSIGNED")
tdSql.checkData(28, 1, "BINARY") tdSql.checkData(28, 1, "BINARY")
tdSql.checkData(28, 2, 19) tdSql.checkData(28, 2, 19)
tdSql.query("select count(*) from db.stb where c0 >= 0 and c0 <= 10")
tdSql.checkData(0, 0, 160)
tdSql.query("select count(*) from db.stb where c1 >= 0 and c1 <= 10") tdSql.query("select count(*) from db.stb where c1 >= 0 and c1 <= 10")
tdSql.checkData(0, 0, 160) tdSql.checkData(0, 0, 160)
tdSql.query("select count(*) from db.stb where c2 >= 0 and c2 <= 10") tdSql.query("select count(*) from db.stb where c2 >= 0 and c2 <= 10")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册