Standard Output
2026-03-16 22:16:27 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, name varchar(255), firstName varchar(255), unique (id))
2026-03-16 22:16:27 DEBUG SQLOperation Batching statement 1 times
2026-03-16 22:16:27 TRACE SQLOperation insert into Toto(firstName, id) values (?, ?) | {1={Toto.id=o.c.s.i.PersistedIdentifier@f1243a3f-1f10-4b42-b942-d169a0d2378d, Toto.firstName=null}}
2026-03-16 22:16:27 TRACE SQLOperation select Toto.id, Toto.name from Toto | {}
2026-03-16 22:16:27 TRACE SQLOperation update Toto set name = ? where id = ? | {1=dummyName, 2=o.c.s.i.PersistedIdentifier@f1243a3f-1f10-4b42-b942-d169a0d2378d}
2026-03-16 22:16:27 TRACE SQLOperation select Toto.id, Toto.name from Toto | {}