En succès
A duré 12 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection)
Standard Output
2024-09-16 21:03:57 DEBUG DDLDeployer create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-09-16 21:03:57 DEBUG DDLDeployer create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-09-16 21:03:57 DEBUG DDLDeployer alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-09-16 21:03:57 DEBUG SQLOperation Batching statement 1 times
2024-09-16 21:03:57 DEBUG SQLOperat
...[truncated 3569 chars]...
Id (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@0}, 2={City.name (U)=Paris, City.countryId (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@1}}
2024-09-16 21:03:57 DEBUG SQLOperation Batching statement 1 times
2024-09-16 21:03:57 DEBUG SQLOperation delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2024-09-16 21:03:57 DEBUG SQLOperation select name from Country where id = 42 | {}
2024-09-16 21:03:57 DEBUG SQLOperation select name from City where id = 1 | {}