En succès
A duré 62 ms.
Standard Output
2025-11-21 07:33:58 DEBUG DDLDeployer create table Country(version integer, name varchar(255), description varchar(255), id int not null, unique (id))
2025-11-21 07:33:58 DEBUG SQLOperation Batching statement 1 times
2025-11-21 07:33:58 TRACE SQLOperation insert into Country(name, description, version, id) values (?, ?, ?, ?) | {1={Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=null, Country.version=1}}
2025-11-21 07:33:58 DEBUG SimpleRelationalEntityPersist
...[truncated 520 chars]...
-11-21 07:33:58 TRACE SQLOperation update Country set name = ?, description = ?, version = ? where id = ? and version = ? | {1={Country.name (U)=Tata, Country.id (W)=o.c.s.i.PersistableIdentifier@0, Country.description (U)=null, Country.version (U)=2, Country.version (W)=1}}
2025-11-21 07:33:58 DEBUG SQLOperation Batching statement 1 times
2025-11-21 07:33:58 TRACE SQLOperation delete from Country where id = ? and version = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.version=1}}