En succès
A duré 34 ms.
Standard Output
2024-10-06 18:12:44 DEBUG DDLDeployer create table Vehicle(color int, id int not null, engineId int, model varchar(255), DTYPE varchar(255) not null, unique (id))
2024-10-06 18:12:44 DEBUG DDLDeployer create table Engine(id int not null, unique (id))
2024-10-06 18:12:44 DEBUG DDLDeployer alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2024-10-06 18:12:44 DEBUG SQLOperation Batching statement 1 times
2024-10-06 18:12:44 DEBUG SQLOperati
...[truncated 6316 chars]...
={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-06 18:12:44 DEBUG SQLOperation Batching statement 1 times
2024-10-06 18:12:44 DEBUG SQLOperation delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2024-10-06 18:12:44 DEBUG SQLOperation select count(*) as carCount from Vehicle where id = 1 | {}
2024-10-06 18:12:44 DEBUG SQLOperation select count(*) as truckCount from Vehicle where id = 2 | {}
2024-10-06 18:12:44 DEBUG SQLOperation select id from Engine | {}