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