Standard Output
2026-04-04 06:15:56 DEBUG DDLDeployer create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2026-04-04 06:15:56 DEBUG DDLDeployer create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2026-04-04 06:15:56 DEBUG DDLDeployer create table Tutu(identifier VARCHAR(255) not null, firstName varchar(255), unique (identifier))
2026-04-04 06:15:56 DEBUG DDLDeployer alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identif
...[truncated 4344 chars]...
04 06:15:56 TRACE SQLOperation delete from Tutu where identifier = ? | {1={Tutu.identifier=o.c.s.i.PersistedIdentifier@f5d784f4-2c1c-4c73-a8b4-18b76a87652a}}
2026-04-04 06:15:56 DEBUG SQLOperation Batching statement 1 times
2026-04-04 06:15:56 TRACE SQLOperation delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@f5d784f4-2c1c-4c73-a8b4-18b76a87652a}}
2026-04-04 06:15:56 TRACE SQLOperation select identifier from Toto union all select identifier from Tata | {}