This commit is contained in:
cpwu 2022-04-25 19:16:26 +08:00
parent 31b1521a8b
commit e8b16c6c7f
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} + {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.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 return upper_condition