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:
[email protected]


With regards,
Apache Git Services

Reply via email to