Standard Output
2026-04-28 05:59:20 DEBUG DDLDeployer create table E(propC integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, propE integer not null, propD integer not null, propB integer not null, propA integer not null, unique (propC))
2026-04-28 05:59:20 DEBUG SQLOperation Batching statement 1 times
2026-04-28 05:59:20 TRACE SQLOperation insert into E(propE, propA, propB, propD, propC) values (?, ?, ?, ?, default) | {1={E.propB=0, E.propE=0, E.propA=0, E.propD=0}}
2026-04-28 05:59:
...[truncated 1226 chars]...
E.propA as E_propA, E.propB as E_propB, E.propD as E_propD, E.propC as E_propC from E where E.propC in (?) | {1=1}
2026-04-28 05:59:20 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-04-28 05:59:20 DEBUG SQLOperation Batching statement 1 times
2026-04-28 05:59:20 TRACE SQLOperation delete from E where propC = ? | {1={E.propC=1}}
2026-04-28 05:59:20 TRACE SQLOperation select count(*) as count from E | {}