Ola Sæter Heitmann

Results 14 comments of Ola Sæter Heitmann

Not sure if I understood the solution described above. In any case I experimented with the earlier solutions we discussed but it doesn't look like vertx-codegen will accept any other...

Today, users who wish to do operations transactionally can choose between: 1. pool.withTransaction() which provides a Connection object from which statements can be executed within a transaction. And at the...

Sounds pretty solid! Want me to give this PR an attempt? **Edit:** Actually, the interface should be for the SqlConnection and not the Transaction object, right? Because that's the object...

> So instead of calling `getCurrentConnection()` you just call `withTransaction()` again, and get passed everything you need (here it would be the connection and transaction objects created by the surrounding...