提交 e8b16c6c 编写于 作者: C cpwu

fix

上级 31b1521a
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册