En succès
A duré 28 ms.
Standard Output
2024-09-21 10:03:21 DEBUG DDLDeployer create table Country(modificationDate timestamp, name varchar(255), description varchar(255), id int not null, unique (id))
2024-09-21 10:03:21 DEBUG SQLOperation Batching statement 1 times
2024-09-21 10:03:21 DEBUG SQLOperation insert into Country(name, description, modificationDate, id) values (?, ?, ?, ?) | {1={Country.name=France, Country.modificationDate=2024-09-21T10:03:21.422, 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-21 10:03:21 DEBUG SQLOperation Batching statement 1 times
2024-09-21 10:03:21 DEBUG SQLOperation update Country set name = ?, description = ?, modificationDate = ? where modificationDate = ? and id = ? | {1={Country.name (U)=Tutu, Country.modificationDate (U)=2024-09-21T10:03:21.430, Country.modificationDate (W)=2024-09-21T10:03:21.424, Country.description (U)=null, Country.id (W)=o.c.s.i.PersistedIdentifier@0}}