En succès
A duré 14 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection)
Standard Output
2026-02-11 22:36:01 DEBUG DDLDeployer create table City(name varchar(255), id int not null, unique (id))
2026-02-11 22:36:01 DEBUG DDLDeployer create table Country(id int not null, unique (id))
2026-02-11 22:36:01 DEBUG DDLDeployer create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-02-11 22:36:01 DEBUG DDLDeployer alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Coun
...[truncated 4304 chars]...
tatement 1 times
2026-02-11 22:36:01 TRACE SQLOperation delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@13, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2026-02-11 22:36:01 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:36:01 TRACE SQLOperation delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-02-11 22:36:01 TRACE SQLOperation select id from city | {}