vert-x3 / vertx-mysql-postgresql-client

This client is deprecated - use instead
https://github.com/eclipse-vertx/vertx-sql-client
Apache License 2.0
117 stars 59 forks source link

conn.batch and conn.batchWithParams #163

Closed bino013 closed 4 years ago

bino013 commented 5 years ago

Hi,

Currently I'm using conn.batch and conn.batchWithParams to execute multiple insert and update query in our MySQL server, but when our code execute the conn.batch or conn.batchWithParams the code hangs and does not call our callback function.

codepitbull commented 4 years ago

Can you please provide a reproducer or some code samples of what you are doing?