En succès
A duré 11 ms.
Standard Output
2025-04-01 20:04:04 DEBUG DDLDeployer create table Car(model varchar(255), color int, id int not null, unique (id))
2025-04-01 20:04:04 DEBUG SQLOperation Batching statement 1 times
2025-04-01 20:04:04 TRACE SQLOperation insert into Car(color, model, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2025-04-01 20:04:04 TRACE SQLOperation select * from car | {}
2025-04-01 20:04:04 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-04-01 20:04:04 DEBUG EntityTreeInflater Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@397aab54
2025-04-01 20:04:04 DEBUG SQLOperation Batching statement 1 times
2025-04-01 20:04:04 TRACE SQLOperation delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-04-01 20:04:04 TRACE SQLOperation select * from car | {}