Standard Output
2025-12-17 06:41:24 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@7c1ae95
2025-12-17 06:41:24 DEBUG DDLDeployer create table toto(id bigint not null, name varchar(255), primary key (id))
2025-12-17 06:41:24 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@4c026825
2025-12-17 06:41:24 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@15892443
2025-12-17 06:41:24 DEBUG SQLOperation Batching statement 2 t
...[truncated 1231 chars]...
ction@78a3023f
2025-12-17 06:41:24 DEBUG SQLOperation Batching statement 2 times
2025-12-17 06:41:24 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@2d752f29
2025-12-17 06:41:24 TRACE SQLOperation update toto set name = ? where id = ? | {1={1=Hello Jane !, 2=2}, 2={1=Hello Jane !, 2=2}}
2025-12-17 06:41:24 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@20eee47c
2025-12-17 06:41:24 TRACE SQLOperation select toto.name from toto | {}