Standard Output
2024-09-23 19:40:39 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@1f2d0ca2
2024-09-23 19:40:39 DEBUG DDLDeployer create table Toto(a integer, b integer, c integer, primary key (a))
2024-09-23 19:40:39 DEBUG SQLOperation Batching statement 1 times
2024-09-23 19:40:39 DEBUG SQLOperation delete from Toto where a = ?
2024-09-23 19:40:39 DEBUG SQLOperation delete from Toto where a in (?)