En succès
A duré 32 ms.
Standard Output
2025-01-22 07:40:43 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@2662e3ff
2025-01-22 07:40:43 DEBUG DDLDeployer create table Toto(a int, b int, c int, primary key (a, b))
2025-01-22 07:40:43 DEBUG SQLOperation select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-01-22 07:40:43 DEBUG SQLOperation select a, b, c from Toto where (a, b) in ((?, ?))