Standard Output
2026-05-19 05:26:18 DEBUG DDLDeployer create table PersonWithGender(name varchar(255), gender INT, id int not null, unique (id))
2026-05-19 05:26:18 DEBUG SQLOperation Batching statement 1 times
2026-05-19 05:26:18 TRACE SQLOperation insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=toto, PersonWithGender.gender=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:26:18 TRACE SQLOperation select * from PersonWithGender | {}