2024-09-08 13:58:26 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@350ede1
2024-09-08 13:58:26 DEBUG DDLDeployer create table Toto(a integer, b integer, c integer, primary key (a))
2024-09-08 13:58:26 DEBUG SQLOperation Batching statement 1 times
2024-09-08 13:58:26 DEBUG SQLOperation update Toto set b = ?, c = ? where a = ?
2024-09-08 13:58:26 DEBUG SQLOperation Batching statement 1 times
2024-09-08 13:58:26 DEBUG SQLOperation update Toto set b = ?, c = ? where a = ?