En succès
A duré 22 ms.
Standard Output
2025-04-01 20:03:49 DEBUG DDLDeployer create table Country(modificationDate timestamp, name varchar(255), description varchar(255), id int not null, unique (id))
2025-04-01 20:03:49 DEBUG SQLOperation Batching statement 1 times
2025-04-01 20:03:49 TRACE SQLOperation insert into Country(name, description, modificationDate, id) values (?, ?, ?, ?) | {1={Country.description=null, Country.modificationDate=2025-04-01T20:03:49.785, Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0}}
2025
...[truncated 1220 chars]...
larete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4ecaf3cc
2025-04-01 20:03:49 DEBUG SQLOperation Batching statement 1 times
2025-04-01 20:03:49 TRACE SQLOperation update Country set name = ?, description = ?, modificationDate = ? where modificationDate = ? and id = ? | {1={Country.description (U)=null, Country.modificationDate (U)=2025-04-01T20:03:49.792, Country.modificationDate (W)=2025-04-01T20:03:49.788, Country.name (U)=Tutu, Country.id (W)=o.c.s.i.PersistedIdentifier@0}}