En succès
A duré 8 ms.
Standard Output
2025-12-29 18:02:30 DEBUG DDLDeployer create table PersonWithGender(name varchar(255), fieldWithoutAccessor VARCHAR(255), id int not null, unique (id))
2025-12-29 18:02:30 DEBUG SQLOperation Batching statement 1 times
2025-12-29 18:02:30 TRACE SQLOperation insert into PersonWithGender(fieldWithoutAccessor, id, name) values (?, ?, ?) | {1={PersonWithGender.fieldWithoutAccessor=FEMALE, PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2025-12-29 18:02:30 TRACE SQLOperation select * from PersonWithGender | {}