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