En succès
A duré 13 ms.
Standard Output
2026-02-12 07:21:25 DEBUG DDLDeployer create table CAR(model varchar(255), color int, id int not null, plug integer, DTYPE varchar(255) not null, unique (id))
2026-02-12 07:21:25 DEBUG SQLOperation Batching statement 1 times
2026-02-12 07:21:25 TRACE SQLOperation insert into CAR(plug, model, color, id, DTYPE) values (?, ?, ?, ?, ?) | {1={CAR.plug=CCS, CAR.DTYPE=ELECTRIC_CAR, CAR.id=o.c.s.i.PersistableIdentifier@1, CAR.model=Renault, CAR.color=Color[rgb=666]}}
2026-02-12 07:21:25 TRACE SQLOperati
...[truncated 3997 chars]...
CAR.plug as CAR_plug, CAR.DTYPE as CAR_DTYPE from CAR where CAR.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-02-12 07:21:25 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-02-12 07:21:25 DEBUG SQLOperation Batching statement 1 times
2026-02-12 07:21:25 TRACE SQLOperation delete from CAR where id = ? | {1={CAR.id=o.c.s.i.PersistableIdentifier@1}}
2026-02-12 07:21:25 TRACE SQLOperation select * from Car | {}