This commit is contained in:
cpwu 2022-05-16 18:23:50 +08:00
parent 6609a4afa1
commit 507318f423
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class TDTestCase:
)
)
return sqls
return filter(None, sqls)
def __get_type(self, col):
if tdSql.cursor.istype(col, "BOOL"):