fix case
This commit is contained in:
parent
6609a4afa1
commit
507318f423
|
@ -201,7 +201,7 @@ class TDTestCase:
|
|||
)
|
||||
)
|
||||
|
||||
return sqls
|
||||
return filter(None, sqls)
|
||||
|
||||
def __get_type(self, col):
|
||||
if tdSql.cursor.istype(col, "BOOL"):
|
||||
|
|
Loading…
Reference in New Issue