En succès
A duré 11 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUD_Polymorphism)
Standard Output
2026-01-27 07:19:47 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-01-27 07:19:47 DEBUG SQLOperation Batching statement 1 times
2026-01-27 07:19:47 TRACE SQLOperation insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.age=35, Person.address=nowhere, Person.firstName=John, Person.lastName=Do}}
2026-01-27 07:19:
...[truncated 742 chars]...
={Person.age (U)=36, Person.address (W)=nowhere, Person.firstName (W)=John, Person.lastName (W)=Do}}
2026-01-27 07:19:47 TRACE SQLOperation select Person.age from Person | {}
2026-01-27 07:19:47 DEBUG SQLOperation Batching statement 1 times
2026-01-27 07:19:47 TRACE SQLOperation delete from Person where address = ? and firstName = ? and lastName = ? | {1={Person.address=nowhere, Person.firstName=John, Person.lastName=Do}}
2026-01-27 07:19:47 TRACE SQLOperation select Person.age from Person | {}