Standard Output
2026-03-03 06:35:53 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@78682201
2026-03-03 06:35:53 DEBUG DDLDeployer create table toto(id bigint, name varchar(255), primary key (id))
2026-03-03 06:35:53 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@14cd9288
2026-03-03 06:35:53 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@4433e4e2
2026-03-03 06:35:53 DEBUG SQLOperation Batching statement 2 times
202
...[truncated 688 chars]...
DEBUG SQLOperation Batching statement 2 times
2026-03-03 06:35:53 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@56e2f315
2026-03-03 06:35:53 TRACE SQLOperation insert into toto(id, name) values (?, ?) | {1={toto.id=3, toto.name=Hello world !}, 2={toto.id=4, toto.name=Hello everybody !}}
2026-03-03 06:35:53 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@7e9079cf
2026-03-03 06:35:53 TRACE SQLOperation select toto.id from toto | {}