Standard Output
2026-06-22 13:00:56 DEBUG DDLDeployer create table Country(id int not null, name varchar(255), description varchar(255), unique (id))
2026-06-22 13:00:56 DEBUG DDLDeployer create table Person(id int not null, name varchar(255), unique (id))
2026-06-22 13:00:56 DEBUG DDLDeployer create table Person_mapPropertyMadeOfEntityAsKey(id int, keyId int, value varchar(255), unique (id, keyId))
2026-06-22 13:00:56 DEBUG DDLDeployer alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_ma
...[truncated 7950 chars]...
tyMadeOfEntityAsKey.keyId=o.c.s.i.PersistedIdentifier@3}, 2={Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistedIdentifier@10, Person_mapPropertyMadeOfEntityAsKey.keyId=o.c.s.i.PersistedIdentifier@2}}
2026-06-22 13:00:56 DEBUG SQLOperation Batching statement 1 times
2026-06-22 13:00:56 TRACE SQLOperation delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@10}}
2026-06-22 13:00:56 TRACE SQLOperation select count(*) as cnt from Person_mapPropertyMadeOfEntityAsKey | {}