Skip to content

ReservedSql appears to have methods it does not have #713

Open
@rytido

Description

@rytido
const sqli = await sql.reserve();
await sqli.begin(async (sql) => await sql`select 1`);
sqli.release();
// sqli.begin is not a function

Is there a technical reason transactions are not supported by reserved connections?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions