Standard Output
2026-03-03 06:36:13 DEBUG DDLDeployer create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2026-03-03 06:36:13 DEBUG SQLOperation Batching statement 1 times
2026-03-03 06:36:13 TRACE SQLOperation insert into Toto(id) values (?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@5913547f-6a7f-4fa6-aac7-9f4661c10725}}
2026-03-03 06:36:13 TRACE SQLOperation select Toto.id, Toto.name from Toto | {}