En succès
A duré 20 ms.
Standard Output
2026-01-18 18:54:43 DEBUG DDLDeployer create table Country(versionWithoutAccessor integer not null, name varchar(255), description varchar(255), id int not null, unique (id))
2026-01-18 18:54:43 DEBUG SQLOperation Batching statement 1 times
2026-01-18 18:54:43 TRACE SQLOperation insert into Country(name, description, id, versionWithoutAccessor) values (?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France, Country.description=null, Country.versionWithoutAccessor=1}}
2
...[truncated 1379 chars]...
er Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-01-18 18:54:43 DEBUG SQLOperation Batching statement 1 times
2026-01-18 18:54:43 TRACE SQLOperation update Country set name = ?, description = ?, versionWithoutAccessor = ? where id = ? and versionWithoutAccessor = ? | {1={Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.name (U)=Tutu, Country.description (U)=null, Country.versionWithoutAccessor (U)=3, Country.versionWithoutAccessor (W)=2}}