En succès
A duré 14 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation)
Standard Output
2024-10-06 18:12:58 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))
2024-10-06 18:12:58 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]...
Do, Person.houseZipCode (U)=888, Person.houseCity (U)=CodeFilarete City, Person.firstName (W)=John}}
2024-10-06 18:12:58 DEBUG SQLOperation select Person.age from Person | {}
2024-10-06 18:12:58 DEBUG SQLOperation Batching statement 1 times
2024-10-06 18:12:58 DEBUG SQLOperation delete from Person where address = ? and lastName = ? and firstName = ? | {1={Person.address=nowhere, Person.firstName=John, Person.lastName=Do}}
2024-10-06 18:12:58 DEBUG SQLOperation select Person.age from Person | {}