cheese8 opened a new issue #12957:
URL: https://github.com/apache/shardingsphere/issues/12957


   ## Feature Request
   
   Using SQLHint to support encrypt rewrite besides, for example:
   
   `update table set plain_column = xxx where plain_column=xxx`
    might be rewrited as below
   `update table set cipher_column = cipher_xxx, assist_column=assist_xxx, 
plain_column=xxx where assist_column=assist_xxx`
   
   if SQLHint used as
   `/* no encrypt rewrite */ update table set plain_column = xxx where 
plain_column=xxx`
    it would not be rewrited, but the same as below
   `/* no encrypt rewrite */ update table set plain_column = xxx where 
plain_column=xxx`
   


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