TeslaCN commented on issue #24133:
URL: 
https://github.com/apache/shardingsphere/issues/24133#issuecomment-1427481813

   Using `PreparedStatement` with `rewriteBatchedStaments=true`. Insert 
statement `insert into tbl (col) values (?)` would be rewrote to multi values 
like the following:
   ```sql
   insert into tbl (col) values (1), (2), (3)...
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to