Standard Output
2026-02-18 07:40:19 DEBUG DDLDeployer create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2026-02-18 07:40:19 DEBUG DDLDeployer create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2026-02-18 07:40:19 DEBUG DDLDeployer alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
2026-02-18 07:40:19 DEBUG SQLOperation Batching statement 1 times
2026-02-18 07:40:19 TRACE SQLOperati
...[truncated 2448 chars]...
18 07:40:19 TRACE SQLOperation delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@632e05b5-530e-4b50-a12b-bdd0479ffec7}}
2026-02-18 07:40:19 DEBUG SQLOperation Batching statement 1 times
2026-02-18 07:40:19 TRACE SQLOperation delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@632e05b5-530e-4b50-a12b-bdd0479ffec7}}
2026-02-18 07:40:19 TRACE SQLOperation select identifier from Toto union all select identifier from Tata | {}