Standard Output
2026-03-24 07:22:40 DEBUG DDLDeployer create table Toto(a integer, b integer, c integer, primary key (a))
2026-03-24 07:22:40 DEBUG SQLOperation Batching statement 1 times
2026-03-24 07:22:40 DEBUG SQLOperation insert into Toto(c, b, a) values (?, ?, ?)
2026-03-24 07:22:40 DEBUG SQLOperation select c, b, a from Toto where a in (?)
2026-03-24 07:22:40 DEBUG SQLOperation Batching statement 1 times
2026-03-24 07:22:40 DEBUG SQLOperation update Toto set c = ?, b = ? where a = ?