En succès
A duré 27 ms.
Standard Output
2024-09-08 09:50:27 DEBUG DDLDeployer create table Country(modificationDate timestamp, name varchar(255), description varchar(255), id int not null, unique (id))
2024-09-08 09:50:27 DEBUG SQLOperation Batching statement 1 times
2024-09-08 09:50:27 DEBUG SQLOperation insert into Country(name, description, modificationDate, id) values (?, ?, ?, ?) | {1={Country.name=France, Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@0, Country.modificationDate=2024-09-08T09:50:27.512}}
2024
...[truncated 1220 chars]...
larete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@45a5b3e6
2024-09-08 09:50:27 DEBUG SQLOperation Batching statement 1 times
2024-09-08 09:50:27 DEBUG SQLOperation update Country set name = ?, description = ?, modificationDate = ? where id = ? and modificationDate = ? | {1={Country.name (U)=Tutu, Country.description (U)=null, Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.modificationDate (U)=2024-09-08T09:50:27.520, Country.modificationDate (W)=2024-09-08T09:50:27.514}}