Standard Output
2026-04-29 06:21:34 DEBUG DDLDeployer create table Tata(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-04-29 06:21:34 DEBUG DDLDeployer create table Titi(id VARCHAR(255) not null, prop1 varchar(255), unique (id))
2026-04-29 06:21:34 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, unique (id))
2026-04-29 06:21:34 DEBUG DDLDeployer create table Tutu(id VARCHAR(255) not null, firstName varchar(255), unique (id))
2026-04-29 06:21:34 DEBUG DDLDeployer alter table Tata ad
...[truncated 5267 chars]...
SQLOperation Batching statement 1 times
2026-04-29 06:21:34 TRACE SQLOperation delete from Titi where id = ? | {1={Titi.id=o.c.s.i.PersistedIdentifier@e1190caf-31d5-410a-8d1d-b67278e4d12b}}
2026-04-29 06:21:34 DEBUG SQLOperation Batching statement 1 times
2026-04-29 06:21:34 TRACE SQLOperation delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistedIdentifier@e1190caf-31d5-410a-8d1d-b67278e4d12b}}
2026-04-29 06:21:34 TRACE SQLOperation select id from Toto union all select id from Tata | {}