fix case
This commit is contained in:
parent
4e97cf21d8
commit
01ea52e33d
|
@ -99,13 +99,10 @@ class TDTestCase:
|
|||
|
||||
if not join_flag :
|
||||
tdSql.error(sql=sql)
|
||||
return
|
||||
if len(tblist) == 2:
|
||||
self.__join_current(sql, checkrows + 2 ) if where_condition else self.__join_current(sql, checkrows + 5 )
|
||||
return
|
||||
if len(tblist) > 2 or len(tblist) < 1:
|
||||
tdSql.error(sql=sql)
|
||||
return
|
||||
|
||||
# def __join_err_check(self,tbname):
|
||||
# sqls = []
|
||||
|
|
Loading…
Reference in New Issue