En succès
A duré 35 ms.
Standard Output
2025-03-27 07:13:21 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@1a7f2d34
2025-03-27 07:13:21 DEBUG DDLDeployer create table Toto(a int, b int, c int, primary key (a, b))
2025-03-27 07:13:21 DEBUG SQLOperation select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-03-27 07:13:21 DEBUG SQLOperation select a, b, c from Toto where (a, b) in ((?, ?))