En succès
A duré 15 ms.
Standard Output
2025-06-26 04:31:55 DEBUG DDLDeployer create table Vehicle(color int, id int, model varchar(255), DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:55 DEBUG SQLOperation Batching statement 1 times
2025-06-26 04:31:55 TRACE SQLOperation insert into Vehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.color=Color[rgb=666], Vehicle.model=Renault, Vehicle.DTYPE=CAR}}
2025-06-26 04:31:55 DEBUG SQLOperation Batching statement 1 times
2
...[truncated 4262 chars]...
04:31:55 TRACE SQLOperation delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:55 DEBUG SQLOperation Batching statement 1 times
2025-06-26 04:31:55 TRACE SQLOperation delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:55 TRACE SQLOperation select count(*) as carCount from Vehicle where id = 1 | {}
2025-06-26 04:31:55 TRACE SQLOperation select count(*) as truckCount from Vehicle where id = 2 | {}