wuwu20048 opened a new issue #13017: URL: https://github.com/apache/shardingsphere/issues/13017
## Question did the cipher_column not suppot the null query? eg: String hql="from User where mobile=:mobile and idcard is not null" ; the mobile and the idcard fileid has cipher column. expect sql: select * from user where mobile_cipher='XXX' and idcard_cipher is not null; Actual SQL: select * from user where mobile_cipher='XXX' and (idcard is not null) but the plain_column idcard was deleted and not existed。 so what is the problem and Is there a solution? -- 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]
