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

Fixed queryResultToUpdateResult() returning empty generated keys for PostgreSQL #91

Closed BFergerson closed 5 years ago

BFergerson commented 7 years ago

Please let me know if this works. Only tested with PostgreSQL.

Would really like this feature implemented as I'm doing bulk inserts and need the keys it generates. From issue #57 it looks like bulk support won't be implemented and this seems to be a valid work around for me.