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 2020/11/16 03:13:56 UTC

[GitHub] [shardingsphere] yifanzzz commented on issue #6665: sharding jdbc do not support batch update

yifanzzz commented on issue #6665:
URL: https://github.com/apache/shardingsphere/issues/6665#issuecomment-727709594


   `< foreach collection="list" item="item" separator=";" >
   update table
   set name = #{item.name,jdbcType=VARCHAR}
   where id = #{item.id,jdbcType=BIGINT}
   < /foreach >` like this sql only first statement can rout right, i think this is an issue, and i want to know that anyone will fix it in feature?


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