En succès
A duré 17 ms.
Standard Output
2024-11-11 11:46:03 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@491f3fb0
2024-11-11 11:46:03 DEBUG DDLDeployer create table Tata(a int, b int, c int, primary key (a, b))
2024-11-11 11:46:03 DEBUG SQLOperation select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-11-11 11:46:03 DEBUG SQLOperation select a, b, c from Tata where (a, b) in ((?, ?))