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/10/13 13:22:41 UTC

[GitHub] [incubator-shardingsphere] terrymanu opened a new issue #3243: Insert multiple with mix literals and parameters will cause encrypt error

terrymanu opened a new issue #3243: Insert multiple with mix literals and parameters will cause encrypt error
URL: https://github.com/apache/incubator-shardingsphere/issues/3243
 
 
   For example, the SQL is like:
   
   ```sql
   INSERT INTO t_account(account_id, password) VALUES (?, ?), (2, 'bbb'), (?, ?)
   ```
   
   The SQL parameter will be encrypted by literals. For this example, parameter will encrypt `bbb`, not the 3rd parameters of value group.

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