This commit is contained in:
cpwu 2022-04-25 19:18:46 +08:00
parent e8b16c6c7f
commit 1e1a54fab9
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class TDTestCase:
upper_condition.extend( f"cast( {char_col} + {char_col_2} as binary(32) ) " for char_col_2 in CHAR_COL )
upper_condition.extend( f"cast( {char_col} + {un_char_col} as binary(32) ) " for un_char_col in UN_CHAR_COL )
upper_condition.append('"test1234!@#$%^&*():"><?/.,][}{"')
upper_condition.append('''test1234!@#$%^&*():'><?/.,][}{''')
return upper_condition