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