You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered: