En succès
A duré 31 ms.
Standard Output
2025-06-26 04:31:40 DEBUG DDLDeployer create table Country(modificationDate timestamp, name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:40 DEBUG SQLOperation Batching statement 1 times
2025-06-26 04:31:40 TRACE SQLOperation insert into Country(name, description, modificationDate, id) values (?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=null, Country.modificationDate=2025-06-26T04:31:40.405, Country.name=France}}
2025
...[truncated 1588 chars]...
with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2025-06-26 04:31:40 DEBUG SQLOperation Batching statement 1 times
2025-06-26 04:31:40 TRACE SQLOperation update Country set name = ?, description = ?, modificationDate = ? where modificationDate = ? and id = ? | {1={Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.description (U)=null, Country.modificationDate (U)=2025-06-26T04:31:40.414, Country.modificationDate (W)=2025-06-26T04:31:40.409, Country.name (U)=Tutu}}