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/21 12:55:40 UTC

[GitHub] [incubator-shardingsphere] terrymanu opened a new issue #3340: Rewrite error if sharding + encrypt for insert without columns

terrymanu opened a new issue #3340: Rewrite error if sharding + encrypt for insert without columns
URL: https://github.com/apache/incubator-shardingsphere/issues/3340
 
 
   For example, the SQL is:
   
   ```
   INSERT INTO xxx VALUES (?, ?, ?), (?, ?, ?)
   ```
   
   If generate key with encrypt column together, encrypt logic cannot find correct columns sequence from metadata.

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