En succès
A duré 6 ms.
Standard Output
2024-09-15 09:39:41 DEBUG DDLDeployer create table Car(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2024-09-15 09:39:41 DEBUG SQLOperation Batching statement 1 times
2024-09-15 09:39:41 DEBUG SQLOperation insert into Car(model, id) values (?, default) | {1={Car.model=Renault}}
2024-09-15 09:39:41 DEBUG SQLOperation select id, model from Car | {}
2024-09-15 09:39:41 DEBUG SQLOperation select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2024-09-15 09:39:41 DEBUG EntityTreeInflater Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@578e5975