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