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 2019/10/15 06:21:25 UTC

[GitHub] [incubator-shardingsphere] dynamohuang opened a new issue #3275: Could add the feature to support masking the data by modify sql, and not add any column.

dynamohuang opened a new issue #3275: Could add the feature to support masking the data by modify sql, and not add any column.
URL: https://github.com/apache/incubator-shardingsphere/issues/3275
 
 
   Could add the feature to support masking the data by modify sql, and not add any column.
   For example
   Before modify :select name from customer;
   After:select CONCAT(SUBSTRING(name,1,1),'O', SUBSTRING(name,3)) as name from customer;

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


With regards,
Apache Git Services