En succès
A duré 8 ms.
Standard Output
2025-05-22 06:40:54 DEBUG DDLDeployer create table Question(label varchar(255), id bigint not null, unique (id))
2025-05-22 06:40:54 DEBUG DDLDeployer create table Part(name varchar(255), id bigint not null, unique (id))
2025-05-22 06:40:54 TRACE SQLOperation (select Question.id as id, 'Question' as Y from Question where Question.id in (?)) union all (select Part.id as id, 'Part' as Y from Part where Part.id in (?)) | {1=1, 2=1}
2025-05-22 06:40:54 DEBUG SQLOperation Batching statement 1 times
2025-05-22 06:40:54 TRACE SQLOperation insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}