Standard Output
2026-02-23 10:54:21 DEBUG DDLDeployer create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2026-02-23 10:54:21 DEBUG SQLOperation Batching statement 1 times
2026-02-23 10:54:21 TRACE SQLOperation insert into Toto(id) values (?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@e0970fcf-479f-4504-91d6-f964bdf2486c}}
2026-02-23 10:54:21 TRACE SQLOperation select Toto.id, Toto.name from Toto | {}