En succès
A duré 13 ms.
Standard Output
2024-08-30 07:43:33 DEBUG DDLDeployer create table Car(model varchar(255), color int, id int not null, unique (id))
2024-08-30 07:43:33 DEBUG SQLOperation Batching statement 1 times
2024-08-30 07:43:33 DEBUG SQLOperation insert into Car(color, model, id) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault, Car.color=Color[rgb=666]}}
2024-08-30 07:43:33 DEBUG SQLOperation select * from car | {}
2024-08-30 07:43:33 DEBUG SQLOperation (select Car.id as id, 'Car' as Y fr
...[truncated 627 chars]...
Car' as Y from Car where Car.id in (?)) | {1=o.c.s.i.PersistedIdentifier@1}
2024-08-30 07:43:33 DEBUG SQLOperation select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2024-08-30 07:43:33 DEBUG SQLOperation Batching statement 1 times
2024-08-30 07:43:33 DEBUG SQLOperation delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-08-30 07:43:33 DEBUG SQLOperation select * from car | {}