En succès
A duré 22 ms.
Standard Output
2024-09-23 19:40:51 DEBUG DDLDeployer create table Country(modificationDate timestamp, name varchar(255), description varchar(255), id int not null, unique (id))
2024-09-23 19:40:51 DEBUG SQLOperation Batching statement 1 times
2024-09-23 19:40:51 DEBUG SQLOperation insert into Country(name, description, modificationDate, id) values (?, ?, ?, ?) | {1={Country.name=France, Country.modificationDate=2024-09-23T19:40:51.730, Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@0}}
2024
...[truncated 1220 chars]...
larete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4284483a
2024-09-23 19:40:51 DEBUG SQLOperation Batching statement 1 times
2024-09-23 19:40:51 DEBUG SQLOperation update Country set name = ?, description = ?, modificationDate = ? where modificationDate = ? and id = ? | {1={Country.name (U)=Tutu, Country.modificationDate (U)=2024-09-23T19:40:51.736, Country.modificationDate (W)=2024-09-23T19:40:51.732, Country.description (U)=null, Country.id (W)=o.c.s.i.PersistedIdentifier@0}}