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