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