Standard Output
2025-12-02 22:17:09 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@bfe51c3
2025-12-02 22:17:09 DEBUG DDLDeployer create table toto(id bigint not null, name varchar(255), primary key (id))
2025-12-02 22:17:09 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@5a1e47d3
2025-12-02 22:17:09 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@73ac846
2025-12-02 22:17:09 DEBUG SQLOperation Batching statement 2 ti
...[truncated 1229 chars]...
ction@627f515c
2025-12-02 22:17:09 DEBUG SQLOperation Batching statement 2 times
2025-12-02 22:17:09 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@688d3e2a
2025-12-02 22:17:09 TRACE SQLOperation update toto set name = ? where id = ? | {1={1=Hello Jane !, 2=2}, 2={1=Hello Jane !, 2=2}}
2025-12-02 22:17:09 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@4fc2e703
2025-12-02 22:17:09 TRACE SQLOperation select toto.name from toto | {}