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