vertx-sql-client
vertx-sql-client copied to clipboard
Add support for customizing transaction start
Motivation:
Fixes #432
Conformance:
Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines
I wonder if we could use interface to replace enum for TransactionIsolationLevel and TransactionAccessMode so that different clients can extend to config specific options.
Thanks for the explanation! @aguibert I will check how to get this works.
Hi, what's the status of this one?
it should be rebased on master, reviewed and finished
I will check how it would work this weekend, last time I stuck on the DB2 transactions since then there have been many changes in the client