En succès
A duré 8 ms.
Standard Output
2024-08-30 07:43:34 DEBUG DDLDeployer create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-08-30 07:43:34 DEBUG DDLDeployer create table Answer(id int not null, unique (id))
2024-08-30 07:43:34 DEBUG DDLDeployer create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2024-08-30 07:43:34 DEBUG DDLDeployer create table Question(id int not null, unique (id))
2024-08-30 07:43:34
...[truncated 2426 chars]...
2024-08-30 07:43:34 DEBUG SQLOperation select Answer.id as Answer_id, Answer_choices.idx as Answer_choices_idx, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {Answer.id=o.c.s.i.PersistableIdentifier@1}