En succès
A duré 10 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection)
Standard Output
2024-08-30 09:20:40 DEBUG DDLDeployer create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-30 09:20:40 DEBUG DDLDeployer create table Country(name varchar(255), id int not null, unique (id))
2024-08-30 09:20:40 DEBUG DDLDeployer alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-30 09:20:40 DEBUG SQLOperation select Country.name as Country_name, Country.id as Country_id, City.id as City_id, City.name as City_name from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {Country.id=o.c.s.i.PersistedIdentifier@42}