You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same problem here.
setAutoGeneratedKeys(true) is unsupported operation and raises an exception.
The version i'm using is 3.8.5.
Is there any workarounds?
Hi guys, first, thank you so much for this amazing framework.
updateWithParams UpdateResult getKeys methods is returning an empty array, not sure if this is important => vert-x3/vertx-jdbc-client#113 from 2017
I'm currently under
<vertx.version>3.8.3</vertx.version>
connection type is SQLConnection
String execQuery = "INSERT INTO users(username, email, password) VALUES (?, ?, ?) RETURNING (id)";
the query is valid and is inserting properly in the Pg table
also tried with .setOptions(new SQLOptions().setAutoGeneratedKeys(true)) with no luck
thank you very much for the amazing work
The text was updated successfully, but these errors were encountered: