<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityGraphSelectExecutorTest</className><duration>0.009</duration><failedSince>0</failedSince><name>select_emptyResult</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Country(name varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table City(name varchar(255), id bigint not null, countryId bigint, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:46	TRACE	SQLOperation	select Country.id as rootId from Country left outer join City as City on Country.id = City.countryId where Country.name = ? and City.name = ? | {1=France, 2=Grenoble}
</stdout></caseResult>