En succès
A duré 30 ms.
Standard Output
2024-12-14 12:45:37 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@4f3b11e6
2024-12-14 12:45:37 DEBUG DDLDeployer create table Toto(a int, b int, c int, primary key (a, b))
2024-12-14 12:45:37 DEBUG SQLOperation select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-12-14 12:45:37 DEBUG SQLOperation select a, b, c from Toto where (a, b) in ((?, ?))