<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</className><duration>0.012</duration><failedSince>0</failedSince><name>foreignKeyIsCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-29 16:28:17	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-08-29 16:28:17	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</className><duration>0.028</duration><failedSince>0</failedSince><name>testCascade_ListSetMix_listContainsDuplicate_CRUD</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-29 16:28:17	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table State(name varchar(255), id int not null, countryId int, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table Country_ancientCities(country_id int, ancientCities_id int, idx integer not null, unique 
...[truncated 5470 chars]...
y.id as Country_ancientCities_City_id from Country left outer join Country_ancientCities as Country_ancientCities on Country.id = Country_ancientCities.country_id left outer join State as State on Country.id = State.countryId left outer join City as Country_ancientCities_City on Country_ancientCities.ancientCities_id = Country_ancientCities_City.id where Country.id in (?) | {Country.id=o.c.s.i.PersistableIdentifier@0}
2024-08-29 16:28:17	DEBUG	SQLOperation	select id from State where id = 1 | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</className><duration>0.016</duration><failedSince>0</failedSince><name>testCascade_SetSetMix_update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-29 16:28:17	DEBUG	DDLDeployer	create table State(name varchar(255), id int not null, countryId int, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	alter table State add constraint FK_State_countryId_Country_id foreign key(countryId) r
...[truncated 3239 chars]...
BUG	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id, State.name as State_name, State.id as State_id from Country left outer join City as City on Country.id = City.countryId left outer join State as State on Country.id = State.countryId where Country.id in (?) | {Country.id=o.c.s.i.PersistableIdentifier@0}
2024-08-29 16:28:17	DEBUG	SQLOperation	select id from State where id = 1 | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</className><duration>0.013</duration><failedSince>0</failedSince><name>testCascade_oneToOneAndOneToMany_CRUD</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-29 16:28:17	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, presidentId int, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeplo
...[truncated 2939 chars]...
as president_id, president.name as president_name, Country_cities_City.id as Country_cities_City_id, Country_cities_City.name as Country_cities_City_name from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {Country.id=o.c.s.i.PersistableIdentifier@0}
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</name><passCount>4</passCount><skipCount>0</skipCount></classResult>