未验证 提交 4ffb9e58 编写于 作者: C cpwu 提交者: GitHub

Update nestedQuery_datacheck.py

上级 b0c1906c
...@@ -552,7 +552,7 @@ class TDTestCase: ...@@ -552,7 +552,7 @@ class TDTestCase:
tdSql.checkData(1,0,'2021-08-28 00:00:00.000') tdSql.checkData(1,0,'2021-08-28 00:00:00.000')
tdSql.checkData(1,1,3) tdSql.checkData(1,1,3)
tdSql.checkData(2,0,'2021-08-29 00:00:00.000') tdSql.checkData(2,0,'2021-08-29 00:00:00.000')
tdSql.checkRows(12) # tdSql.checkRows(12)
#sql = "select * from ( select * from regular_table_1 where q_tinyint >= -127 and q_tinyint <= 127 order by ts );" #sql = "select * from ( select * from regular_table_1 where q_tinyint >= -127 and q_tinyint <= 127 order by ts );"
tdSql.query("select 1-2 from table_0;") tdSql.query("select 1-2 from table_0;")
...@@ -634,4 +634,4 @@ class TDTestCase: ...@@ -634,4 +634,4 @@ class TDTestCase:
tdCases.addWindows(__file__, TDTestCase()) tdCases.addWindows(__file__, TDTestCase())
tdCases.addLinux(__file__, TDTestCase()) tdCases.addLinux(__file__, TDTestCase())
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册