En succès
A duré 9 ms.
Standard Output
2026-02-10 07:22:33 DEBUG DDLDeployer create table PersonWithGender(name varchar(255), gender integer, id int not null, unique (id))
2026-02-10 07:22:33 DEBUG SQLOperation Batching statement 1 times
2026-02-10 07:22:33 TRACE SQLOperation insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=FEMALE, PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2026-02-10 07:22:33 TRACE SQLOperation select * from PersonWithGender | {}