vertx-sql-client icon indicating copy to clipboard operation
vertx-sql-client copied to clipboard

Add support for customizing transaction start

Open BillyYccc opened this issue 5 years ago • 5 comments

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

BillyYccc avatar May 18 '20 16:05 BillyYccc

I wonder if we could use interface to replace enum for TransactionIsolationLevel and TransactionAccessMode so that different clients can extend to config specific options.

BillyYccc avatar May 18 '20 16:05 BillyYccc

Thanks for the explanation! @aguibert I will check how to get this works.

BillyYccc avatar May 20 '20 01:05 BillyYccc

Hi, what's the status of this one?

gavinking avatar Aug 23 '20 17:08 gavinking

it should be rebased on master, reviewed and finished

vietj avatar Aug 23 '20 21:08 vietj

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

BillyYccc avatar Aug 28 '20 13:08 BillyYccc