This commit is contained in:
cpwu 2022-05-06 13:52:59 +08:00
parent 3f29e09b41
commit d2ef75b578
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class TDTestCase:
)
query_condition.extend( f"{tbname}.{num_col} + {tbname}.{num_col_1} " for num_col_1 in NUM_COL )
query_condition.append('''"test1234!@#$%^&*():'><?/.,][}{"''')
query_condition.append(''' "test1234!@#$%^&*():'><?/.,][}{" ''')
return query_condition