En succès
A duré 7 ms.
Standard Output
2024-09-15 09:39:41 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, unique (id))
2024-09-15 09:39:41 DEBUG DDLDeployer create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-09-15 09:39:41 DEBUG DDLDeployer alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-09-15 09:39:41 DEBUG SQLOperation Batching statement 1 times
2024-09-15 09:39:41 DEB
...[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-09-15 09:39:41 DEBUG 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-09-15 09:39:41 DEBUG EntityTreeInflater Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@463da2d1