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