提交 798eb973 编写于 作者: C cpwu

fix case

上级 97094b29
...@@ -128,13 +128,14 @@ class TDTestCase: ...@@ -128,13 +128,14 @@ class TDTestCase:
return return
return f"select spread({select_clause}) from {from_clause} {where_condition} {group_condition}" return f"select spread({select_clause}) from {from_clause} {where_condition} {group_condition}"
@property @property
def __tb_list(self): def __tb_list(self):
return [ return [
"ct1", "ct1",
"ct4", "ct4",
"t1", "t1",
"ct2",
"stb1",
] ]
def sql_list(self): def sql_list(self):
...@@ -149,6 +150,9 @@ class TDTestCase: ...@@ -149,6 +150,9 @@ class TDTestCase:
sqls.extend( sqls.extend(
( (
self.__single_sql(select_claus, tb, where_claus, having_claus), self.__single_sql(select_claus, tb, where_claus, having_claus),
self.__single_sql(select_claus, tb,),
self.__single_sql(select_claus, tb, where_condition=where_claus),
self.__single_sql(select_claus, tb, group_condition=group_claus),
) )
) )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册