En succès
A duré 18 ms.
Standard Output
2024-09-21 20:32:45 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@5ee76cf2
2024-09-21 20:32:45 DEBUG DDLDeployer create table Tata(a int, b int, c int, primary key (a, b))
2024-09-21 20:32:45 DEBUG SQLOperation select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-09-21 20:32:45 DEBUG SQLOperation select a, b, c from Tata where (a, b) in ((?, ?))