En succès
A duré 8 ms.
Standard Output
2025-04-01 20:21:59 DEBUG DDLDeployer create table Question(label varchar(255), id bigint not null, unique (id))
2025-04-01 20:21:59 DEBUG DDLDeployer create table Part(name varchar(255), id bigint not null, unique (id))
2025-04-01 20:21:59 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-04-01 20:21:59 DEBUG SQLOperation Batching statement 1 times
2025-04-01 20:21:59 TRACE SQLOperation insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}