Standard Output
2026-05-19 05:31:20 DEBUG DDLDeployer create table D(propC integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, propD integer not null, propA integer not null, unique (propC))
2026-05-19 05:31:20 DEBUG DDLDeployer create table E(propC integer not null, unique (propC))
2026-05-19 05:31:20 DEBUG DDLDeployer create table extraTable1(propE integer not null, propC integer not null, unique (propC))
2026-05-19 05:31:20 DEBUG DDLDeployer create table extraTable2(propB integer no
...[truncated 5749 chars]...
= ? | {1={E.propC=1}}
2026-05-19 05:31:20 DEBUG SQLOperation Batching statement 1 times
2026-05-19 05:31:20 TRACE SQLOperation delete from extraTable2 where propC = ? | {1={extraTable2.propC=1}}
2026-05-19 05:31:20 DEBUG SQLOperation Batching statement 1 times
2026-05-19 05:31:20 TRACE SQLOperation delete from D where propC = ? | {1={D.propC=1}}
2026-05-19 05:31:20 TRACE SQLOperation select count(*) as count from E | {}
2026-05-19 05:31:20 TRACE SQLOperation select count(*) as count from D | {}