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 2020/01/20 09:52:37 UTC

[GitHub] [incubator-shardingsphere] xiyelife opened a new pull request #4052: fixed for ResultSet miss the plain column because of using contains to get the logicColumn when using data mask(sharding+encrypt)

xiyelife opened a new pull request #4052: fixed for ResultSet miss the plain column because of using contains to get the logicColumn when using data mask(sharding+encrypt)
URL: https://github.com/apache/incubator-shardingsphere/pull/4052
 
 
   Fixes #4044.
   
   Changes proposed in this pull request:
   - use equals instead of contains to get the plain column.

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

[GitHub] [incubator-shardingsphere] tristaZero merged pull request #4052: fixed for ResultSet miss the plain column because of using contains to get the logicColumn when using data mask(sharding+encrypt)

Posted by GitBox <gi...@apache.org>.
tristaZero merged pull request #4052: fixed for ResultSet miss the plain column because of using contains to get the logicColumn when using data mask(sharding+encrypt)
URL: https://github.com/apache/incubator-shardingsphere/pull/4052
 
 
   

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