En succès
A duré 11 ms.
Standard Output
2025-12-11 07:53:03 DEBUG DDLDeployer create table Country(version integer not null, name varchar(255), description varchar(255), id int not null, unique (id))
2025-12-11 07:53:03 DEBUG SQLOperation Batching statement 1 times
2025-12-11 07:53:03 TRACE SQLOperation insert into Country(name, description, version, id) values (?, ?, ?, ?) | {1={Country.name=France, Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@0, Country.version=1}}
2025-12-11 07:53:03 DEBUG SimpleRelationalEnti
...[truncated 1154 chars]...
ableIdentifier@0}
2025-12-11 07:53:03 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2025-12-11 07:53:03 DEBUG SQLOperation Batching statement 1 times
2025-12-11 07:53:03 TRACE SQLOperation update Country set name = ?, description = ?, version = ? where id = ? and version = ? | {1={Country.name (U)=Tutu, Country.description (U)=null, Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.version (U)=3, Country.version (W)=2}}