Skip to content

Reset pooled sessions between uses #98

@strk

Description

@strk

Pooled pgsql clients allow for a single session to survive a single request, thus setting a relation between intentionally unrelated requests (session variables may and will affect different uses).

This ticket is to ensure all session variables are reset between uses.
See DISCARD ALL postgresql command.

Not sure how easy it will be to test this with current mocha-based (async) interface.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions