Standard Output
2026-03-24 07:19:53 DEBUG DDLDeployer create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-03-24 07:19:53 DEBUG SQLOperation Batching statement 1 times
2026-03-24 07:19:53 TRACE SQLOperation insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.address=nowhere, Person.lastName=Do, Person.firstName=John, Person.age=35}}
2026-03-24 07:19:
...[truncated 742 chars]...
={Person.address (W)=nowhere, Person.lastName (W)=Do, Person.firstName (W)=John, Person.age (U)=36}}
2026-03-24 07:19:53 TRACE SQLOperation select Person.age from Person | {}
2026-03-24 07:19:53 DEBUG SQLOperation Batching statement 1 times
2026-03-24 07:19:53 TRACE SQLOperation delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.address=nowhere, Person.lastName=Do, Person.firstName=John}}
2026-03-24 07:19:53 TRACE SQLOperation select Person.age from Person | {}