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