static0807 opened a new issue, #26622:
URL: https://github.com/apache/shardingsphere/issues/26622

   ## Question
   
   my shardingsphere's version is 5.3.2
   
   when i execute this SQL, it is OK
   
   CREATE ENCRYPT RULE t_encrypt_2 
(COLUMNS((NAME=user_id,PLAIN=user_plain,CIPHER=user_cipher,ENCRYPT_ALGORITHM(TYPE(NAME='AES',PROPERTIES('aes-key-value'='123456abc'))))),
 QUERY_WITH_CIPHER_COLUMN=FALSE);
   
   but, i want use like query, so i added like query sql, it is :
   
   CREATE ENCRYPT RULE t_encrypt_2 
(COLUMNS((NAME=user_id,PLAIN=user_plain,CIPHER=user_cipher,LIKE_QUERY=user_like,ENCRYPT_ALGORITHM(TYPE(NAME='AES',PROPERTIES('aes-key-value'='123456abc'))),LIKE_QUERY_ALGORITHM(TYPE(NAME='CRC16',PROPERTIES('cps-key-id'='123456abc'))))));
   
   this one is always wrong
   
   I have checked many times and I believe the grammar is correct,Please help 
me identify the problem,thanks


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