Standard Output
2026-04-04 06:15:56 DEBUG DDLDeployer create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2026-04-04 06:15:56 DEBUG SQLOperation Batching statement 1 times
2026-04-04 06:15:56 TRACE SQLOperation insert into Toto(id) values (?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@7f5a2616-f98a-4f0f-8756-c7cd78580697}}
2026-04-04 06:15:56 TRACE SQLOperation select Toto.id, Toto.name from Toto | {}