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 2022/05/07 08:35:59 UTC

[GitHub] [shardingsphere] marker-wu opened a new issue, #17418: Does it support mysql batch update?

marker-wu opened a new issue, #17418:
URL: https://github.com/apache/shardingsphere/issues/17418

   Does it support mysql batch update? use mybatis


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN commented on issue #17418: Does it support mysql batch update?

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #17418:
URL: https://github.com/apache/shardingsphere/issues/17418#issuecomment-1120168181

   You may use the method `addBatch()` of `PreparedStatement`.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] terrymanu closed issue #17418: Does it support mysql batch update?

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #17418: Does it support mysql batch update?
URL: https://github.com/apache/shardingsphere/issues/17418


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] marker-wu commented on issue #17418: Does it support mysql batch update?

Posted by GitBox <gi...@apache.org>.
marker-wu commented on issue #17418:
URL: https://github.com/apache/shardingsphere/issues/17418#issuecomment-1120787175

   > You may use the method `addBatch()` of `PreparedStatement`.
   ![image](https://user-images.githubusercontent.com/45256940/167368537-3c3c0462-bbac-4d1c-b3b1-d5072f1ea432.png)
   use this way ,it worked!
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org