This commit is contained in:
jiacy-jcy 2022-08-03 10:02:14 +08:00
parent fa3274e825
commit 2b0b7ff996
1 changed files with 1 additions and 3 deletions

View File

@ -58,9 +58,7 @@ class TDTestCase:
tdSql.execute(f'create database if not exists `{dbname}`') tdSql.execute(f'create database if not exists `{dbname}`')
tdSql.execute(f'use `{dbname}`') tdSql.execute(f'use `{dbname}`')
tbname = tdCom.getLongName(5) tbname = tdCom.getLongName(5)
special_name = self.special_name for i in self.special_name:
special_name.append('.')
for i in special_name:
for j in range(len(list(tbname))+1): for j in range(len(list(tbname))+1):
tbname1 = list(tbname) tbname1 = list(tbname)
tbname1.insert(j,i) tbname1.insert(j,i)