Standard Output
2025-11-25 06:54:02 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@6670d46e
2025-11-25 06:54:02 DEBUG DDLDeployer create table toto(id bigint not null, name varchar(255), primary key (id))
2025-11-25 06:54:02 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@67fc98fe
2025-11-25 06:54:02 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@39876e1f
2025-11-25 06:54:02 DEBUG SQLOperation Batching statement 2
...[truncated 696 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-11-25 06:54:02 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@32cbb8c6
2025-11-25 06:54:02 TRACE SQLOperation insert into toto(id, name) values (?, ?) | {1={toto.name=Hello world !, toto.id=3}, 2={toto.name=Hello everybody !, toto.id=4}}
2025-11-25 06:54:02 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@20e06a86
2025-11-25 06:54:02 TRACE SQLOperation select toto.id from toto | {}