Standard Output
2026-03-24 07:19:47 DEBUG DDLDeployer create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2026-03-24 07:19:47 DEBUG SQLOperation Batching statement 1 times
2026-03-24 07:19:47 TRACE SQLOperation insert into Toto(id) values (?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@9e71a8ae-d52f-44c8-9019-92fca816ad96}}
2026-03-24 07:19:47 TRACE SQLOperation select Toto.id, Toto.name from Toto | {}