dynamohuang opened a new issue #3274:  sharding-proxy 
能否通过直接修改sql语句的方式达到数据脱敏,不在数据源表添加加密字段
URL: https://github.com/apache/incubator-shardingsphere/issues/3274
 
 
   rt: sharding-proxy 能否通过直接修改sql语句的方式达到数据脱敏,不在数据源表添加加密字段
   如
   原生语句 :select name from customer;
   脱敏处理语句: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