Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Binder does not use current transaction #18

@camellyx

Description

@camellyx

BEGIN;
CREATE TABLE foo ...;
SELECT * FROM foo;
(foo should be visible, but it is not)
COMMIT;

This works without BEGIN statement.

Adding transaction in tcop and use it in binder should fix this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions