006 connection active drop single

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

Executing: INSERT INTO users VALUES (1)
COMMIT
committed
Connection closed

Expected output

Executing: INSERT INTO users VALUES (1)
COMMIT
committed
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