En succès
A duré 13 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation)
Standard Output
2025-01-16 07:15:59 DEBUG DDLDeployer create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseNumber integer, houseStreet varchar(255), houseZipCode varchar(255), houseCity varchar(255), unique (firstName, lastName, address))
2025-01-16 07:15:59 DEBUG DDLDeployer create table House(number integer not null, street varchar(255) not null, zipCode varchar(255) not null, city varchar(255) not null, unique (number, street, z
...[truncated 2747 chars]...
(U)=CodeFilarete City, Person.age (U)=36, Person.houseZipCode (U)=888, Person.address (W)=nowhere}}
2025-01-16 07:15:59 TRACE SQLOperation select Person.age from Person | {}
2025-01-16 07:15:59 DEBUG SQLOperation Batching statement 1 times
2025-01-16 07:15:59 TRACE SQLOperation delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.firstName=John, Person.lastName=Do, Person.address=nowhere}}
2025-01-16 07:15:59 TRACE SQLOperation select Person.age from Person | {}