En succès
A duré 17 ms.
Standard Output
2026-02-11 22:35:57 DEBUG DDLDeployer create table Country(modificationDate timestamp, name varchar(255), description varchar(255), id int not null, unique (id))
2026-02-11 22:35:57 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:35:57 TRACE SQLOperation insert into Country(name, description, id, modificationDate) values (?, ?, ?, ?) | {1={Country.name=France, Country.modificationDate=2026-02-11T22:35:57.741, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=null}}
2026
...[truncated 1392 chars]...
with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-02-11 22:35:57 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:35:57 TRACE SQLOperation update Country set name = ?, description = ?, modificationDate = ? where modificationDate = ? and id = ? | {1={Country.name (U)=Tutu, Country.modificationDate (U)=2026-02-11T22:35:57.748, Country.modificationDate (W)=2026-02-11T22:35:57.743, Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.description (U)=null}}