En succès
A duré 16 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUD_Polymorphism)
Standard Output
2025-12-10 04:37:36 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))
2025-12-10 04:37:36 DEBUG DDLDeployer create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_address varchar(255), pets_name varchar(255), pets_race varchar(255), pets_age integer not null, unique (person_firstName, person_lastName, person_address
...[truncated 4764 chars]...
stName=Do, Person_pets.pets_age=4, Person_pets.pets_name=Pluto, Person_pets.person_firstName=John, Person_pets.person_address=nowhere}}
2025-12-10 04:37:36 DEBUG SQLOperation Batching statement 1 times
2025-12-10 04:37:36 TRACE SQLOperation delete from Person where firstName = ? and address = ? and lastName = ? | {1={Person.address=nowhere, Person.lastName=Do, Person.firstName=John}}
2025-12-10 04:37:36 TRACE SQLOperation select Person.firstName, Person.lastName, Person.address from Person | {}