userkdg opened a new issue, #14636:
URL: https://github.com/apache/shardingsphere/issues/14636
## Feature Request
### Is your feature request related to a problem?
app/client had some one request with mult sql , such as ,the mybatis xml
``` xml
<update>
<foreach collection="bos" item="item" split=";">
update xx set name= #{item.name} where id = #{item.id}
</foreach>
</update>
```
### Describe the feature you would like.
on sharding-proxy, accept one packet with multi sql, can foreach every sql
packet to submitted.
--
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]