Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for configuring transaction characteristics #432

Open
jeoffreylim opened this issue Oct 12, 2019 · 5 comments · May be fixed by #643
Open

Support for configuring transaction characteristics #432

jeoffreylim opened this issue Oct 12, 2019 · 5 comments · May be fixed by #643
Assignees
Milestone

Comments

@jeoffreylim
Copy link
Contributor

@BillyYccc BillyYccc changed the title Support for setting Transaction Isolation Support for configuring transaction characteristics Feb 21, 2020
@BillyYccc BillyYccc added this to the 3.9.1 milestone Apr 28, 2020
@vietj
Copy link
Member

vietj commented May 14, 2020

this is somehow proprietary to each database, e.g for postgres one need to execute a SQL statement that will do that

@BillyYccc
Copy link
Member

BillyYccc commented May 14, 2020 via email

@vietj
Copy link
Member

vietj commented May 15, 2020

+1

@vietj vietj modified the milestones: 3.9.1, 4.0.0 May 15, 2020
@BillyYccc BillyYccc self-assigned this May 17, 2020
BillyYccc added a commit to BillyYccc/vertx-sql-client that referenced this issue May 17, 2020
Signed-off-by: Billy Yuan <billy112487983@gmail.com>
@vietj
Copy link
Member

vietj commented May 17, 2020

as part of the API I don't understand how the Supplier<String> startTxSql works

@vietj
Copy link
Member

vietj commented May 17, 2020

I think that the startTxSql should instead be replaced by an enum like the sql-common

BillyYccc added a commit to BillyYccc/vertx-sql-client that referenced this issue May 18, 2020
Signed-off-by: Billy Yuan <billy112487983@gmail.com>
BillyYccc added a commit to BillyYccc/vertx-sql-client that referenced this issue May 18, 2020
Signed-off-by: Billy Yuan <billy112487983@gmail.com>
BillyYccc added a commit to BillyYccc/vertx-sql-client that referenced this issue May 18, 2020
Signed-off-by: Billy Yuan <billy112487983@gmail.com>
BillyYccc added a commit to BillyYccc/vertx-sql-client that referenced this issue May 18, 2020
Signed-off-by: Billy Yuan <billy112487983@gmail.com>
@BillyYccc BillyYccc linked a pull request May 18, 2020 that will close this issue
@vietj vietj modified the milestones: 4.0.0, 4.0.1 Dec 7, 2020
@vietj vietj modified the milestones: 4.0.1, 4.1.0 Jan 12, 2021
@vietj vietj modified the milestones: 4.1.0, 4.1.1 Jun 1, 2021
@vietj vietj modified the milestones: 4.1.1, 4.2.0 Jul 2, 2021
@vietj vietj modified the milestones: 4.4.2, 4.4.3 May 12, 2023
@vietj vietj modified the milestones: 4.4.3, 4.4.4-SNAPSHOT, 4.4.4 Jun 7, 2023
@vietj vietj modified the milestones: 4.4.4, 4.4.5 Jun 22, 2023
@vietj vietj modified the milestones: 4.4.5, 4.4.6 Aug 30, 2023
@vietj vietj modified the milestones: 4.4.6, 4.5.0 Sep 12, 2023
@vietj vietj modified the milestones: 4.5.0, 4.5.1 Nov 15, 2023
@vietj vietj modified the milestones: 4.5.1, 4.5.2 Dec 13, 2023
@vietj vietj modified the milestones: 4.5.2, 4.5.3 Jan 30, 2024
@vietj vietj modified the milestones: 4.5.3, 4.5.4 Feb 6, 2024
@vietj vietj modified the milestones: 4.5.4, 4.5.5 Feb 22, 2024
@vietj vietj modified the milestones: 4.5.5, 4.5.6 Mar 14, 2024
@vietj vietj modified the milestones: 4.5.6, 4.5.7, 4.5.8 Mar 21, 2024
@vietj vietj modified the milestones: 4.5.8, 4.5.9 May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment