Standard Output
2026-03-24 07:19:27 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@1a420390
2026-03-24 07:19:27 DEBUG DDLDeployer create table toto(id bigint, name varchar(255), primary key (id))
2026-03-24 07:19:27 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@40692fc3
2026-03-24 07:19:27 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@635dad3c
2026-03-24 07:19:27 DEBUG SQLOperation Batching statement 2 times
202
...[truncated 1223 chars]...
ction@76600c90
2026-03-24 07:19:27 DEBUG SQLOperation Batching statement 2 times
2026-03-24 07:19:27 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@64f0271e
2026-03-24 07:19:27 TRACE SQLOperation update toto set name = ? where id = ? | {1={1=Hello Jane !, 2=2}, 2={1=Hello Jane !, 2=2}}
2026-03-24 07:19:27 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@1222d0e4
2026-03-24 07:19:27 TRACE SQLOperation select toto.name from toto | {}