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