gxxiong commented on issue #24173: URL: https://github.com/apache/shardingsphere/issues/24173#issuecomment-1434308140
@tuichenchuxin 2023-02-17 16:42:18 [INFO ] 2023-02-17 08:42:18.846 [Connection-2-ThreadExecutor] ShardingSphere-SQL - Logic SQL: SELECT * FROM t_encrypt WHERE user_name like '熊%' 2023-02-17 16:42:18 [INFO ] 2023-02-17 08:42:18.846 [Connection-2-ThreadExecutor] ShardingSphere-SQL - Actual SQL: ds_0 ::: SELECT "t_encrypt"."id", "t_encrypt"."user_name" AS "user_name" FROM t_encrypt WHERE user_name_like like 'rvRclQPExJDkhss3DQsRkQ==' 2023-02-17 16:42:32 [INFO ] 2023-02-17 08:42:32.417 [Connection-2-ThreadExecutor] ShardingSphere-SQL - Logic SQL: SELECT * FROM t_encrypt WHERE user_name LIKE '熊%' 2023-02-17 16:42:32 [INFO ] 2023-02-17 08:42:32.418 [Connection-2-ThreadExecutor] ShardingSphere-SQL - Actual SQL: ds_0 ::: SELECT "t_encrypt"."id", "t_encrypt"."user_name" AS "user_name" FROM t_encrypt WHERE user_name_like LIKE '佹%' table logic_column cipher_column plain_column assisted_query_column like_query_column encryptor_type encryptor_props assisted_query_type assisted_query_props like_query_type like_query_props query_with_cipher_column t_encrypt user_name user_name user_name_like AES aes-key-value=123456abc CHAR_DIGEST_LIKE true -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
