Standard Output
2024-10-20 07:38:25 DEBUG DDLDeployer create table PersonWithGender(name varchar(255), gender INT, id int not null, unique (id))
2024-10-20 07:38:25 DEBUG SQLOperation Batching statement 1 times
2024-10-20 07:38:25 DEBUG SQLOperation insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=toto, PersonWithGender.gender=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-20 07:38:25 DEBUG SQLOperation select * from PersonWithGender | {}