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