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

update

上级 97c6682c
...@@ -108,6 +108,8 @@ class TDTestCase: ...@@ -108,6 +108,8 @@ class TDTestCase:
tdSql.execute(f'flush database {dbname}') tdSql.execute(f'flush database {dbname}')
tdSql.execute('reset query cache') tdSql.execute('reset query cache')
self.data_check(tbname,col_name,col_type,value) self.data_check(tbname,col_name,col_type,value)
for func in ['first','last']:
tdSql.execute(f'select {func}({col_name}) from {tbname}')
def error_check(self,tbname,column_dict,tb_type=None,stbname=None): def error_check(self,tbname,column_dict,tb_type=None,stbname=None):
str_length = self.str_length+1 str_length = self.str_length+1
for col_name,col_type in column_dict.items(): for col_name,col_type in column_dict.items():
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册