Skip to content

On Connection initialisation, setAutoCommit() mode later (after clientInfo etc)#141

Merged
rbygrave merged 1 commit intomasterfrom
feature/init-autocommit-later
Feb 14, 2026
Merged

On Connection initialisation, setAutoCommit() mode later (after clientInfo etc)#141
rbygrave merged 1 commit intomasterfrom
feature/init-autocommit-later

Conversation

@rbygrave
Copy link
Member

This change means that autoCommit true will be active while clientInfo is being set and initSql executed.

Specifically, clientInfo is not supposed to need autoCommit true (or an explicit commit) but it does seem so for Postgres, and for a very idle database using autoCommit false and setting clientInfo ApplicationName.

…tInfo etc)

This change means that autoCommit true will be active while clientInfo is being
set and initSql executed.

Specifically, clientInfo is not supposed to need autoCommit true (or an explicit
commit) but it does seem so for Postgres, and for a very idle database using
autoCommit false and setting clientInfo ApplicationName.
@rbygrave rbygrave self-assigned this Feb 14, 2026
@rbygrave rbygrave added this to the 10.3 milestone Feb 14, 2026
@rbygrave rbygrave merged commit 11278eb into master Feb 14, 2026
2 checks passed
@rbygrave rbygrave deleted the feature/init-autocommit-later branch February 14, 2026 02:17
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.

1 participant