vertx-sql-client
vertx-sql-client copied to clipboard
Add transaction accessor in `Connection` #646
Fixes #646
@FroMage you need to sign your commit
Note after a transaction is opened, the tx field is set to null only when the connection gets the response of COMMIT or ROLLBACK. I'm not sure it will reflect the transaction state correctly in command pipelining mode.