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/12/11 07:43:28 UTC

[GitHub] [incubator-shardingsphere] SteNicholas opened a new pull request #3715: Encrypt statement column

SteNicholas opened a new pull request #3715: Encrypt statement column
URL: https://github.com/apache/incubator-shardingsphere/pull/3715
 
 
   Fixes #3639.
   
   Method 'getValue' of `EncryptMergedResult` don't specially handle with `DescribeStatement` and `ShowColumnsStatement`, which return columns of encrypt table. When columns of encrypt table include plain or cipher columns, this return behavior of `DescribeStatement` and `ShowColumnsStatement`is wrong, that is necessary to specially be treated to transform column name.
   
   Changes proposed in this pull request:
   - Specially handle with `DescribeStatement` and `ShowColumnsStatement` in method 'getValue' of `EncryptMergedResult`, and transform plain and cipher column to logic 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