En succès
A duré 33 ms.
Standard Output
2024-10-17 06:23:55 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@4d204b30
2024-10-17 06:23:55 DEBUG DDLDeployer create table Toto(a int, b int, c int, primary key (a, b))
2024-10-17 06:23:55 DEBUG SQLOperation select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-10-17 06:23:55 DEBUG SQLOperation select a, b, c from Toto where (a, b) in ((?, ?))