16 open tx rollback close

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

Executing: UPDATE inventory SET qty = 0
ROLLBACK
Connection closed

Expected output

Executing: UPDATE inventory SET qty = 0
ROLLBACK
Connection closed

Flows

flow ~open click a branch to expand · @labels scroll to their anchor
open (connstr: "postgres://localhost/test")

Imported Files

db.kz

Test Configuration

MUST_RUN