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

fix: DML with THEN RETURN used read-only transaction #339

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

olavloite
Copy link
Collaborator

DML statements that were executed outside an explicit transaction would use a read-only transaction if the application called ExecQueryContext.

Fixes #235

@olavloite olavloite requested a review from a team as a code owner January 14, 2025 13:46
DML statements that were executed outside an explicit transaction
would use a read-only transaction if the application called ExecQueryContext.

Fixes #235
@olavloite olavloite force-pushed the dml-returning-autocommit branch from ccf9ca5 to 77f3615 Compare January 14, 2025 14:05
@olavloite olavloite merged commit ae36d4c into main Jan 15, 2025
16 checks passed
@olavloite olavloite deleted the dml-returning-autocommit branch January 15, 2025 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ExecQuery with a DML statement with THEN RETURN in AutoCommit=true mode uses read-only transaction
2 participants