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 2021/02/05 08:15:11 UTC

[GitHub] [shardingsphere] terrymanu opened a new issue #9349: Support sub-query with encrypt

terrymanu opened a new issue #9349:
URL: https://github.com/apache/shardingsphere/issues/9349


   The SQL 
   
   ```sql
   SELECT amount FROM (SELECT amount FROM t_account WHERE amount = ?) AS a
   ```
   
   should rewrite to
   
   ```sql
   SELECT amount FROM (SELECT cipher_amount AS amount FROM t_account WHERE cipher_amount = ?) AS a
   ```


----------------------------------------------------------------
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 #9349: Support sub-query with encrypt

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


   


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] totalo commented on issue #9349: Support sub-query with encrypt

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


   hi. Can I try to solve this problem? Please assign it to me.


-- 
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 #9349: Support sub-query with encrypt

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


   It has been supported in version `5.0.0-beta`


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org