You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/10/13 02:11:27 UTC

[GitHub] [shardingsphere] liuchaoheliang commented on issue #7763: sql rewrite not work for select ... where cipherColumn is null

liuchaoheliang commented on issue #7763:
URL: https://github.com/apache/shardingsphere/issues/7763#issuecomment-707440482


   yes , very simple!
   like this :
   spring.shardingsphere.encrypt.encryptors.mobile_encryptor.type=mobile
   
   spring.shardingsphere.props.query.with.cipher.column=true
   spring.shardingsphere.props.sql.show=true
   spring.shardingsphere.encrypt.tables.user_info.columns.mobile.cipherColumn=mobile_enc
   spring.shardingsphere.encrypt.tables.user_info.columns.mobile.encryptor=mobile_encryptor
   
   
   
   the mobile column is cipherColumn
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org