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