En succès
A duré 11 ms.
Standard Output
2025-03-27 07:13:48 DEBUG DDLDeployer create table Car(model varchar(255), color int, id int not null, unique (id))
2025-03-27 07:13:48 DEBUG SQLOperation Batching statement 1 times
2025-03-27 07:13:48 TRACE SQLOperation insert into Car(color, model, id) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666], Car.model=Renault}}
2025-03-27 07:13:48 TRACE SQLOperation select * from car | {}
2025-03-27 07:13:48 TRACE SQLOperation (select Car.id as id, 'Car' as Y fr
...[truncated 935 chars]...
l as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:48 DEBUG EntityTreeInflater Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@27f1b9b3
2025-03-27 07:13:48 DEBUG SQLOperation Batching statement 1 times
2025-03-27 07:13:48 TRACE SQLOperation delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:48 TRACE SQLOperation select * from car | {}