En succès
A duré 6 ms.
Standard Output
2024-08-30 09:20:44 DEBUG DDLDeployer create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-08-30 09:20:44 DEBUG DDLDeployer create table Question(id int not null, unique (id))
2024-08-30 09:20:44 DEBUG DDLDeployer create table Answer(id int not null, unique (id))
2024-08-30 09:20:44 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 09:20:44
...[truncated 1214 chars]...
ce.idx=1}}
2024-08-30 09:20:44 DEBUG SQLOperation select Choice.label as Choice_label, Choice.id as Choice_id from Choice where Choice.id in (?) | {Choice.id=o.c.s.i.PersistableIdentifier@10}
2024-08-30 09:20:44 DEBUG SQLOperation select Question.id as Question_id, Choice.label as Choice_label, Choice.idx as Choice_idx, Choice.id as Choice_id from Question left outer join Choice as Choice on Question.id = Choice.questionId where Question.id in (?) | {Question.id=o.c.s.i.PersistableIdentifier@1}