En succès
A duré 13 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation)
Standard Output
2024-09-08 09:50:41 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, zipCode, city))
2024-09-08 09:50:41 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, lastN
...[truncated 2747 chars]...
.houseCity (U)=CodeFilarete City, Person.houseStreet (U)=Stalactite street, Person.lastName (W)=Do}}
2024-09-08 09:50:41 DEBUG SQLOperation select Person.age from Person | {}
2024-09-08 09:50:41 DEBUG SQLOperation Batching statement 1 times
2024-09-08 09:50:41 DEBUG SQLOperation delete from Person where firstName = ? and address = ? and lastName = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}
2024-09-08 09:50:41 DEBUG SQLOperation select Person.age from Person | {}