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