En succès
A duré 8 ms.
Standard Output
2024-11-14 10:30:31 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, unique (id))
2024-11-14 10:30:31 DEBUG DDLDeployer create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-11-14 10:30:31 DEBUG DDLDeployer alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-11-14 10:30:31 DEBUG SQLOperation Batching statement 1 times
2024-11-14 10:30:31 TRA
...[truncated 1786 chars]...
esident_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {Country.id=o.c.s.i.PersistedIdentifier@42}
2024-11-14 10:30:31 TRACE SQLOperation select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@666}
2024-11-14 10:30:31 DEBUG EntityTreeInflater Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3e62d82b