En succès
A duré 14 ms.
Standard Output
2024-08-29 16:28:05 DEBUG DDLDeployer create table Country(version integer, name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-29 16:28:05 DEBUG SQLOperation Batching statement 1 times
2024-08-29 16:28:05 DEBUG SQLOperation insert into Country(name, description, version, id) values (?, ?, ?, ?) | {1={Country.version=1, Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=null}}
2024-08-29 16:28:05 DEBUG SQLOperation select Country.n
...[truncated 665 chars]...
scription, Country.version as Country_version, Country.id as Country_id from Country where Country.id in (?) | {Country.id=o.c.s.i.PersistableIdentifier@0}
2024-08-29 16:28:05 DEBUG SQLOperation Batching statement 1 times
2024-08-29 16:28:05 DEBUG SQLOperation update Country set name = ?, description = ?, version = ? where id = ? and version = ? | {1={Country.version (U)=3, Country.version (W)=2, Country.name (U)=Tutu, Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.description (U)=null}}