En succès
A duré 15 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection)
Standard Output
2025-04-28 07:03:12 DEBUG DDLDeployer create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-04-28 07:03:12 DEBUG DDLDeployer create table Country(id int not null, unique (id))
2025-04-28 07:03:12 DEBUG DDLDeployer create table City(name varchar(255), id int not null, unique (id))
2025-04-28 07:03:12 DEBUG DDLDeployer alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2025-04-28 07:03:1
...[truncated 4828 chars]...
tatement 1 times
2025-04-28 07:03:12 TRACE SQLOperation delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@13}}
2025-04-28 07:03:12 DEBUG SQLOperation Batching statement 1 times
2025-04-28 07:03:12 TRACE SQLOperation delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-04-28 07:03:12 TRACE SQLOperation select id from city | {}