En succès
A duré 7 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates)
Standard Output
2024-08-29 16:28:21 DEBUG DDLDeployer create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-08-29 16:28:21 DEBUG DDLDeployer create table Question(id int not null, unique (id))
2024-08-29 16:28:21 DEBUG DDLDeployer alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2024-08-29 16:28:21 DEBUG SQLOperation Batching statement 1 times
2024-08-29 16:28:21 DEBUG SQLOperation insert
...[truncated 459 chars]...
ifier@30, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 3={Choice.idx=2, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.questionId=o.c.s.i.PersistableIdentifier@1}}
2024-08-29 16:28:21 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.PersistedIdentifier@1}