En succès
A duré 24 ms.
Standard Output
2025-11-04 06:20:00 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@5ec25b61
2025-11-04 06:20:00 DEBUG DDLDeployer create table Tata(a int, b int, c int, primary key (a, b))
2025-11-04 06:20:00 DEBUG SelectExecutor selecting entities in 2 chunks
2025-11-04 06:20:00 TRACE SQLOperation select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Tata.b=[10, 20, 30], Tata.a=[1, 2, 3]}
2025-11-04 06:20:00 TRACE SQLOperation select a, b, c from Tata where (a, b) in ((?, ?)) | {Tata.a=4, Tata.b=40}