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/12 06:04:47 UTC

[GitHub] [incubator-shardingsphere] SteNicholas opened a new pull request #3726: Statement function base64 aesencrypt

SteNicholas opened a new pull request #3726: Statement function base64 aesencrypt
URL: https://github.com/apache/incubator-shardingsphere/pull/3726
 
 
   Fixes #3724.
   
   DMLStatement and DQLStatement doesn't support `TO_BASE64` and `AES_ENCRYPT` function. InsertStatement couldn't parse parameter of `TO_BASE64` and `AES_ENCRYPT` function correctly.
   
   Changes proposed in this pull request:
   - Support `TO_BASE64`, `FROM_BASE64`, `AES_ENCRYPT` and `AES_DECRYPT` function in DMLStatement and DQLStatement.
   

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