En succès
A duré 8 ms.
Standard Output
2025-07-20 15:43:12 DEBUG DDLDeployer create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-07-20 15:43:12 DEBUG DDLDeployer create table Question(id int not null, unique (id))
2025-07-20 15:43:12 DEBUG DDLDeployer alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-07-20 15:43:12 DEBUG SQLOperation Batching statement 1 times
2025-07-20 15:43:12 TRACE SQLOperation insert
...[truncated 2194 chars]...
ice_id from Choice where Choice.id in (?) | {Choice.id=o.c.s.i.PersistableIdentifier@40}
2025-07-20 15:43:12 DEBUG SQLOperation Batching statement 1 times
2025-07-20 15:43:12 TRACE SQLOperation insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@40, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=2}}
2025-07-20 15:43:12 TRACE SQLOperation select Choice.id, Choice.idx from Choice order by Choice.id | {}