En succès
A duré 39 ms.
Standard Output
2025-04-01 20:03:36 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@90b9695
2025-04-01 20:03:36 DEBUG DDLDeployer create table Toto(a int, b int, c int, primary key (a, b))
2025-04-01 20:03:36 DEBUG SQLOperation select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-04-01 20:03:36 DEBUG SQLOperation select a, b, c from Toto where (a, b) in ((?, ?))