edgedb-ui icon indicating copy to clipboard operation
edgedb-ui copied to clipboard

Support transactions

Open vwkd opened this issue 2 years ago • 1 comments

Support transactions in the Query Editor.

start transaction;
select "hello world";
commit;

Currently, it fails with an error.

DisabledCapabilityError: cannot execute transaction control commands: disabled by the client

The CLI in contrast supports it.

This is useful, because the Web UI is a simple and convenient way to edit new queries and test them out.

vwkd avatar Sep 05 '23 21:09 vwkd

I've run into this several times, it would be really nice if the UI wasn't limited in this way

Arrow7000 avatar Nov 01 '23 14:11 Arrow7000