En succès
A duré 7 ms.
Standard Output
2024-08-30 07:43:33 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, unique (id))
2024-08-30 07:43:33 DEBUG DDLDeployer create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2024-08-30 07:43:33 DEBUG DDLDeployer alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2024-08-30 07:43:33 DEBUG DDLDeployer alter table Person_children add constraint FK_Person_child
...[truncated 1208 chars]...
ren as Person_children on Person.id = Person_children.person_id where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@42}
2024-08-30 07:43:33 DEBUG SQLOperation select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id where Person.id in (?, ?) | {Person.id=[o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@666]}