fix error

This commit is contained in:
Ganlin Zhao 2023-08-23 23:59:24 +08:00
parent 502788215b
commit bae7bee389
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class TDTestCase:
if tdSql.cursor.istype(col, "BIGINT UNSIGNED"):
return "BIGINT UNSIGNED"
def union_check(self):
def union_check(self, dbname = "db"):
sqls = self.sql_list()
for i in range(len(sqls)):
tdSql.query(sqls[i])