16 open tx rollback close

✓ Passing This code compiles and runs correctly.

Code

input.k

Supporting Files

db.kjs
db.kz

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")

Test Configuration

MUST_RUN