Standard Output
2026-02-16 21:30:49 DEBUG DDLDeployer create table my_sequence(nextVal bigint, primary key (nextVal))
2026-02-16 21:30:49 TRACE SQLOperation select nextVal from my_sequence | {}
2026-02-16 21:30:49 TRACE SQLOperation insert into my_sequence(nextVal) values (?) | {1=2}
2026-02-16 21:30:49 TRACE SQLOperation select nextVal from my_sequence | {}
2026-02-16 21:30:49 TRACE SQLOperation update my_sequence set nextVal = ? | {1=3}