Skip to content

Allow enabling autocommit without an active transaction #3474

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

Conversation

ScottDugas
Copy link
Collaborator

This allows the jdbc client to commit only if there is an active transaction, which is then used when disabling autoCommit to avoid throwing an error if there is no active transaction.

Resolves: #3473

@ScottDugas ScottDugas added the bug fix Change that fixes a bug label Jul 8, 2025
@ScottDugas ScottDugas force-pushed the server-transaction-commit-then-auto branch from 2c49cb2 to b9f884f Compare July 8, 2025 16:20
@ScottDugas ScottDugas closed this Jul 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Change that fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enabling autoCommit against server without active transaction throws an error
1 participant