En succès
A duré 17 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUD_Polymorphism)
Standard Output
2026-02-11 22:36:04 DEBUG DDLDeployer create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-02-11 22:36:04 DEBUG DDLDeployer create table Person_pets(person_firstName varchar(255) not null, person_lastName varchar(255) not null, person_address varchar(255) not null, pets_name varchar(255) not null, pets_race varchar(255) not null, pets_age integer not null, unique (pers
...[truncated 4809 chars]...
race=Dog, Person_pets.pets_name=Rantanplan, Person_pets.pets_age=5, Person_pets.person_firstName=John, Person_pets.person_lastName=Do}}
2026-02-11 22:36:04 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:36:04 TRACE SQLOperation delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.address=nowhere, Person.firstName=John, Person.lastName=Do}}
2026-02-11 22:36:04 TRACE SQLOperation select Person.firstName, Person.lastName, Person.address from Person | {}