En succès
A duré 31 ms.
Standard Output
2024-11-13 12:40:31 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@6c4e11d0
2024-11-13 12:40:31 DEBUG DDLDeployer create table Toto(a int, b int, c int, primary key (a, b))
2024-11-13 12:40:31 DEBUG SQLOperation select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-11-13 12:40:31 DEBUG SQLOperation select a, b, c from Toto where (a, b) in ((?, ?))