En succès
A duré 9 ms.
Standard Output
2024-10-20 18:53:41 DEBUG DDLDeployer create table Vehicle(color int, id int not null, unique (id))
2024-10-20 18:53:41 DEBUG DDLDeployer create table car(id int not null, color int, model varchar(255), unique (id))
2024-10-20 18:53:41 DEBUG DDLDeployer alter table car add constraint FK_car_id_Vehicle_id foreign key(id) references Vehicle(id)
2024-10-20 18:53:41 DEBUG SQLOperation Batching statement 1 times
2024-10-20 18:53:41 TRACE SQLOperation insert into Vehicle(color, id) values (?, ?) | {1=
...[truncated 643 chars]...
in (?) | {car.id=o.c.s.i.PersistedIdentifier@1}
2024-10-20 18:53:41 DEBUG EntityTreeInflater Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6b3c3bbc
2024-10-20 18:53:41 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@3ba0e08 on object Car[model=Renault,plates=[],radio=<null>,color=<null>,engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]