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