Standard Output
2026-04-29 20:58:47 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@11a0c708
2026-04-29 20:58:47 DEBUG DDLDeployer create table Toto(id integer, name varchar(255))
2026-04-29 20:58:47 TRACE SQLOperation select Toto.id, Toto.name from Toto where Toto.id in (:xx) | {xx=[1, 2]}
2026-04-29 20:58:47 TRACE SQLOperation select Toto.id, Toto.name from Toto where Toto.name = :xx | {xx=Hello}