Standard Output
2026-05-04 20:50:23 DEBUG DDLDeployer create table D(propX varchar(255) not null, propY varchar(255) not null, propD integer not null, propB integer not null, propA integer not null, unique (propX, propY))
2026-05-04 20:50:23 DEBUG DDLDeployer create table E(propX varchar(255) not null, propY varchar(255) not null, propE integer not null, unique (propX, propY))
2026-05-04 20:50:23 DEBUG DDLDeployer alter table E add constraint FK_f7ced221 foreign key(propX, propY) references D(propX, propY)
2026
...[truncated 3591 chars]...
04 20:50:23 DEBUG SQLOperation Batching statement 1 times
2026-05-04 20:50:23 TRACE SQLOperation delete from E where propX = ? and propY = ? | {1={E.propY=b, E.propX=a}}
2026-05-04 20:50:23 DEBUG SQLOperation Batching statement 1 times
2026-05-04 20:50:23 TRACE SQLOperation delete from D where propX = ? and propY = ? | {1={D.propX=a, D.propY=b}}
2026-05-04 20:50:23 TRACE SQLOperation select count(*) as count from E | {}
2026-05-04 20:50:23 TRACE SQLOperation select count(*) as count from D | {}