Standard Output
2026-03-16 22:16:08 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@49e11ca7
2026-03-16 22:16:08 DEBUG DDLDeployer create table toto(id bigint, name varchar(255), primary key (id))
2026-03-16 22:16:08 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@2de1a93d
2026-03-16 22:16:08 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@e786d7e
2026-03-16 22:16:08 DEBUG SQLOperation Batching statement 2 times
2026
...[truncated 1220 chars]...
ection@60386e94
2026-03-16 22:16:08 DEBUG SQLOperation Batching statement 2 times
2026-03-16 22:16:08 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@22cc2ae5
2026-03-16 22:16:08 TRACE SQLOperation update toto set name = ? where id = ? | {1={1=Hello Jane !, 2=2}, 2={1=Hello Jane !, 2=2}}
2026-03-16 22:16:08 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@21f0508
2026-03-16 22:16:08 TRACE SQLOperation select toto.name from toto | {}