En succès
A duré 14 ms.
Standard Output
2024-09-15 08:07:31 DEBUG DDLDeployer create table Car(model varchar(255), color int, id int not null, unique (id))
2024-09-15 08:07:31 DEBUG SQLOperation Batching statement 1 times
2024-09-15 08:07:31 DEBUG 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}}
2024-09-15 08:07:31 DEBUG SQLOperation select * from car | {}
2024-09-15 08:07:31 DEBUG 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}
2024-09-15 08:07:31 DEBUG EntityTreeInflater Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6532a5f3
2024-09-15 08:07:31 DEBUG SQLOperation Batching statement 1 times
2024-09-15 08:07:31 DEBUG SQLOperation delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-09-15 08:07:31 DEBUG SQLOperation select * from car | {}