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: [email protected] With regards, Apache Git Services
