Standard Output
2026-02-23 10:54:02 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@f4352c6
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@234a8c1f
2026-02-23 10:54:02 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@663e2cfd
2026-02-23 10:54:02 DEBUG SQLOperation Batching statement 2 times
2026
...[truncated 688 chars]...
DEBUG SQLOperation Batching statement 2 times
2026-02-23 10:54:02 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@13d7410a
2026-02-23 10: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}}
2026-02-23 10:54:02 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@2b647344
2026-02-23 10:54:02 TRACE SQLOperation select toto.id from toto | {}