You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
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.