wsc20190102 opened a new issue, #24300:
URL: https://github.com/apache/shardingsphere/issues/24300
## Question
How can I do Equivalent query with cipher column ?
shardingSphere version is 5.1.0
framework is spring data jpa, use feature projection query
part of sql is : AND if( :email != '', u.email = :email, 1=1 )
email is the cipher column and my yaml config is ineffective
tables:
sys_user:
columns:
email:
cipher-column: email
assisted-query-column: email
encryptor-name: mysharding-encryptor
mobile:
cipher-column: mobile
encryptor-name: mysharding-encryptor
query-with-cipher-column: 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]