Skip to content

fix: avoid concurrent query warning on pg clients#370

Open
mdiapenabc wants to merge 1 commit into
devfrom
fix/pg-concurrent-query-warning
Open

fix: avoid concurrent query warning on pg clients#370
mdiapenabc wants to merge 1 commit into
devfrom
fix/pg-concurrent-query-warning

Conversation

@mdiapenabc

Copy link
Copy Markdown
Collaborator

Description

Avoid concurrent query warning

Set search_path during pool.connect so each checked-out client is initialized before use, preventing deprecated concurrent client.query calls triggered by the connect event hook.
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