En succès
A duré 25 ms.
Standard Output
2024-08-30 07:43:19 DEBUG DDLDeployer create table Country(modificationDate timestamp, name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-30 07:43:19 DEBUG SQLOperation Batching statement 1 times
2024-08-30 07:43:19 DEBUG SQLOperation insert into Country(name, description, modificationDate, id) values (?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=null, Country.modificationDate=2024-08-30T07:43:19.040, Country.name=France}}
2024
...[truncated 912 chars]...
ntry where Country.id in (?) | {Country.id=o.c.s.i.PersistableIdentifier@0}
2024-08-30 07:43:19 DEBUG SQLOperation Batching statement 1 times
2024-08-30 07:43:19 DEBUG SQLOperation update Country set name = ?, description = ?, modificationDate = ? where id = ? and modificationDate = ? | {1={Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.description (U)=null, Country.modificationDate (U)=2024-08-30T07:43:19.048, Country.modificationDate (W)=2024-08-30T07:43:19.042, Country.name (U)=Tutu}}