En succès
A duré 8 ms.
Standard Output
2025-05-22 06:40:57 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, unique (id))
2025-05-22 06:40:57 DEBUG DDLDeployer create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-05-22 06:40:57 DEBUG DDLDeployer alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2025-05-22 06:40:57 DEBUG DDLDeployer alter table Person_children add constraint FK_Person_c
...[truncated 4009 chars]...
BUG EntityTreeInflater Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@562dd50
2025-05-22 06:40:57 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@10e79077 on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]