Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Optimize single statement execution in JavaScript client #100

Open
@penberg

Description

@penberg

We currently wrap transaction() statements with BEGIN + COMMIT. Unfortunately, this now means as single statement (that would be autocommitted) is also wrapped. Let's optimize the single statement case by avoiding the wrapping.

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already existsenhancementNew feature or requestgood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions