Standard Output
2026-03-03 06:36:19 DEBUG DDLDeployer create table Cat(catBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2026-03-03 06:36:19 DEBUG DDLDeployer create table Dog(dogBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2026-03-03 06:36:19 DEBUG SQLOperation Batching statement 1 times
2026-03-03 06:36:19 TRACE SQLOperation insert into Cat(catBreed, name, race, age
...[truncated 3123 chars]...
='Dog', age=4}
2026-03-03 06:36:19 DEBUG SQLOperation Batching statement 1 times
2026-03-03 06:36:19 TRACE SQLOperation delete from Cat where name = ? and race = ? and age = ? | {1={Cat.age=4, Cat.race=Dog, Cat.name=Pluto}}
2026-03-03 06:36:19 TRACE SQLOperation select catBreed from Cat | {}
2026-03-03 06:36:19 TRACE SQLOperation delete from Cat where (name, race, age) in ((?, ?, ?)) | {Cat.age=4, Cat.race=Dog, Cat.name=Pluto}
2026-03-03 06:36:19 TRACE SQLOperation select catBreed from Cat | {}