En succès
A duré 15 ms.
Standard Output
2025-05-22 06:40:42 DEBUG DDLDeployer create table Country(version integer, name varchar(255), description varchar(255), id int not null, unique (id))
2025-05-22 06:40:42 DEBUG SQLOperation Batching statement 1 times
2025-05-22 06:40:42 TRACE SQLOperation insert into Country(name, description, version, id) values (?, ?, ?, ?) | {1={Country.version=1, Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France}}
2025-05-22 06:40:42 TRACE SQLOperation select Country.n
...[truncated 973 chars]...
}
2025-05-22 06:40:42 DEBUG EntityTreeInflater Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5df073f1
2025-05-22 06:40:42 DEBUG SQLOperation Batching statement 1 times
2025-05-22 06:40:42 TRACE SQLOperation update Country set name = ?, description = ?, version = ? where version = ? and id = ? | {1={Country.version (U)=3, Country.version (W)=2, Country.description (U)=null, Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.name (U)=Tutu}}