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 2022/01/09 07:41:55 UTC

[GitHub] [shardingsphere] cicscpmi commented on issue #14622: on encrypt ,add check function

cicscpmi commented on issue #14622:
URL: https://github.com/apache/shardingsphere/issues/14622#issuecomment-1008246315


   in  EncryptMergedResult,for example:
       if  the column that  the findColumnProjection finds  is not a columnProject, such as  expressionProject ,findColumnProjection returns  Optional.empty() ;
      Can you provide a function to find  any column when the column findColumnProjection finds is  an expressionProject ,and the column expression include any encrypt column.
     For example:
       in table t_users include id,name,pwd column,the pwd is a encrypt column.
     when sql is select id ,name ,CONCAT(name,pwd) as val from t_user;
    getValue(val) find this column(val) is not a columnProject . and the express is "CONCAT(name,pwd)" include pwd is a encrypt. Can you provide a function to check this ?
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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