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/06/18 09:30:22 UTC

[GitHub] [shardingsphere] big-mountain-z opened a new issue #6114: Encrypt module upper and lower case cause error and SubQuery problem

big-mountain-z opened a new issue #6114:
URL: https://github.com/apache/shardingsphere/issues/6114


   ## Bug Report
   
   **For English only**, other languages will not accept.
   
   Before report a bug, make sure you have:
   
   - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues).
   - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview).
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot reproduce it on current information, we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Which version of ShardingSphere did you use?
   ShardingSphere-4.0.1
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   Sharding-jdbc
   
   ### Expected behavior
   Don't match column is upper or lower case.
   ### Actual behavior
   throw error.
   
   ### Reason analyze (If you can)
   upper and lower case.
   The issue like #5893 
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   
   ```
   spring: 
     shardingsphere:
       sharding: 
         encrypt-rule: 
           tables: 
             t_order: 
               columns: 
                 phone:
                   encryptor: encryptor_aes_salt
                   plainColumn: PHONE
                   assistedQueryColumn: PHONE_ASSISTED
                   cipherColumn: PHONE_CIPHER
   ```
   
   ### 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



[GitHub] [shardingsphere] terrymanu closed issue #6114: Encrypt module upper and lower case cause error .

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #6114:
URL: https://github.com/apache/shardingsphere/issues/6114


   


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



[GitHub] [shardingsphere] big-mountain-z commented on issue #6114: Encrypt module upper and lower case cause error and SubQuery problem

Posted by GitBox <gi...@apache.org>.
big-mountain-z commented on issue #6114:
URL: https://github.com/apache/shardingsphere/issues/6114#issuecomment-645905993


   I will make a full check and test to resolve this kind of problem. Later I will submit a pr to fix them.


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



[GitHub] [shardingsphere] terrymanu commented on issue #6114: Encrypt module upper and lower case cause error .

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #6114:
URL: https://github.com/apache/shardingsphere/issues/6114#issuecomment-646427867


   duplicate with #5893


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