beiwangnull removed a comment on issue #3146: SQL grammar:batch insert into set not support? URL: https://github.com/apache/incubator-shardingsphere/issues/3146#issuecomment-535922905 this mapper config is ok <insert id="batchAdd" parameterType="list"> INSERT into user(username) values <foreach collection="list" item="item" separator=","> (#{item}) </foreach> </insert>
---------------------------------------------------------------- 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
