This commit is contained in:
cpwu 2022-04-25 19:19:46 +08:00
parent 1e1a54fab9
commit 967a9ceaef
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