vertx-mysql-postgresql-client icon indicating copy to clipboard operation
vertx-mysql-postgresql-client copied to clipboard

Batch Support for PostgreSQL

Open plombardi89 opened this issue 7 years ago • 12 comments

Any chance this will be implemented soon or if there is a work around beyond writing against a raw JDBC client? Currently throws an UnsupportedOperationException

2016-11-05 05:09:22.163 ERROR [vert.x-eventloop-thread-2] i.d.m.v.d.PostgresInteractionsManager - Failed to write to database
java.lang.UnsupportedOperationException: Not implemented
	at io.vertx.ext.asyncsql.impl.AsyncSQLConnectionImpl.batchWithParams(AsyncSQLConnectionImpl.java:208)

Sadness.

plombardi89 avatar Nov 05 '16 05:11 plombardi89