En succès
A duré 10 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection)
Standard Output
2025-03-05 07:17:28 DEBUG DDLDeployer create table Country(name varchar(255), id int not null, unique (id))
2025-03-05 07:17:28 DEBUG DDLDeployer create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-05 07:17:28 DEBUG DDLDeployer alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-05 07:17:28 TRACE SQLOperation select Country.name as Country_name, Country.id as Country_id, City.name as City_name, C
...[truncated 943 chars]...
rg.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@77b3d63e on object Country[ancientCities=[],capital=<null>,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@2d5b250,id=o.c.s.i.PersistedIdentifier@1,name=Paris,persons=<null>,state=<null>]],description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,version=0]