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 06:54:19 UTC

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

xiyelife opened a new issue #4044: 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/issues/4044
 
 
   ### Which version of ShardingSphere did you use?
   4.0.0
   ### Which project did you use? Sharding-JDBC or Sharding-Proxy?
   sharding-jdbc
   ### Expected behavior
   return the all of table's columns.
   ### Actual behavior
   resultSet miss the logic column because of using contains to get the logicColumn
   ### Reason analyze (If you can)
   sharding+encrypt, the same issue with https://github.com/apache/incubator-shardingsphere/issues/3750.  
   
   It should fix the class ShardingResultSetMetaData.java like EncryptResultSetMetaData.
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   
   ### Example codes for reproduce this issue (such as a github link).
   

----------------------------------------------------------------
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] xiyelife commented on issue #4044: 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>.
xiyelife commented on issue #4044: 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/issues/4044#issuecomment-576132520
 
 
   Please assign it to me , tks.

----------------------------------------------------------------
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] terrymanu commented on issue #4044: 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>.
terrymanu commented on issue #4044: 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/issues/4044#issuecomment-576136181
 
 
   @xiyelife  Thank you, assigned

----------------------------------------------------------------
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] SteNicholas closed issue #4044: 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>.
SteNicholas closed issue #4044: 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/issues/4044
 
 
   

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