Skip to content

Eliminate use of with_connection({...}) and other with_...({...}) functions #184

@krlmlr

Description

@krlmlr

for better error stack traces. Replace by local_...() variants if possible.

Idea: testing functions gain a con argument if they require a connection, caller checks signature and passes con argument.

A few tests test what happens when/after connection is closed. Rewrite using on.exit().

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions