strongduanmu commented on code in PR #24502:
URL: https://github.com/apache/shardingsphere/pull/24502#discussion_r1130330356


##########
test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-where.xml:
##########
@@ -84,4 +84,9 @@
         <input sql="SELECT a.account_id, a.password, a.amount AS a, a.status 
AS s FROM t_account_detail AS a WHERE a.account_id = 1 AND a.password = 'aaa' 
AND a.password like 'aaa' AND a.amount = 1000 AND a.status = 'OK'" />
         <output sql="SELECT a.account_id, a.cipher_password AS password, 
a.cipher_amount AS a, a.status AS s FROM t_account_detail AS a WHERE 
a.account_id = 1 AND a.assisted_query_password = 'assisted_query_aaa' AND 
a.like_query_password like 'like_query_aaa' AND a.cipher_amount = 
'encrypt_1000' AND a.status = 'OK'" />
     </rewrite-assertion>
+    
+    <rewrite-assertion 
id="select_where_with_plain_column_like_concat_for_literals" 
db-types="PostgreSQL,openGauss">

Review Comment:
   Hi @gxxiong, can you add new test case in encrypt e2e test?



-- 
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]

Reply via email to