En succès
A duré 18 ms.
Standard Output
2025-11-30 15:57:54 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))
2025-11-30 15:57:54 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 2430 chars]...
.houseNumber (U)=42, Person.address (W)=nowhere, Person.firstName (W)=John, Person.lastName (W)=Do}}
2025-11-30 15:57:54 TRACE SQLOperation select Person.age from Person | {}
2025-11-30 15:57:54 DEBUG SQLOperation Batching statement 1 times
2025-11-30 15:57:54 TRACE SQLOperation delete from Person where address = ? and firstName = ? and lastName = ? | {1={Person.address=nowhere, Person.firstName=John, Person.lastName=Do}}
2025-11-30 15:57:54 TRACE SQLOperation select Person.age from Person | {}