gdefenser opened a new issue, #29050:
URL: https://github.com/apache/shardingsphere/issues/29050

   We using the ShardingProxy 5.4.0
   For our apps, the insert&delete SQL will generated under this format
   ```
   insert (xxx) values (111);insert (xxx) values (222);insert (xxx) values (333)
   ```
   Based on my understanding, this version was support batch SQL for this 
format only #25314
   ```
   insert (xxx) values ((111),(222),(333))
   ```
   We hope the further version can support the format as provided
   Thanks
   


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