Standard Output
2026-02-23 10:54:02 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@7ce1b3fe
2026-02-23 10:54:02 DEBUG DDLDeployer create table toto(id bigint, name varchar(255), primary key (id))
2026-02-23 10:54:02 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@70d259a5
2026-02-23 10:54:02 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@592afd3
2026-02-23 10:54:02 DEBUG SQLOperation Batching statement 2 times
2026
...[truncated 1219 chars]...
ection@12025b72
2026-02-23 10:54:02 DEBUG SQLOperation Batching statement 2 times
2026-02-23 10:54:02 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@288c16a5
2026-02-23 10:54:02 TRACE SQLOperation update toto set name = ? where id = ? | {1={1=Hello Jane !, 2=2}, 2={1=Hello Jane !, 2=2}}
2026-02-23 10:54:02 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@dc46916
2026-02-23 10:54:02 TRACE SQLOperation select toto.name from toto | {}