Skip to content
This repository was archived by the owner on Dec 30, 2019. It is now read-only.
This repository was archived by the owner on Dec 30, 2019. It is now read-only.

release should reset state of connection #122

Description

@daurnimator

When a connection is released back to the pool, the connection should be reset to a clean state.
This should probably be done by running

rollback;
discard all;

Alternatively/additionally, you should expose an event for a connection being added back to the pool. This would allow the query to be customisable.

Other pooling implementations have similar facilities, e.g. pgbouncer has the configuration parameter server_reset_query

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions