En succès
A duré 32 ms.
Standard Output
2025-07-20 15:42:38 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@27c243a3
2025-07-20 15:42:38 DEBUG DDLDeployer create table toto(id bigint not null, name varchar, primary key (id))
2025-07-20 15:42:38 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@6670d46e
2025-07-20 15:42:38 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@da87122
2025-07-20 15:42:38 DEBUG SQLOperation Batching statement 2 times
...[truncated 686 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-07-20 15:42:38 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@c73b9fc
2025-07-20 15:42:38 TRACE SQLOperation insert into toto(id, name) values (?, ?) | {1={toto.id=3, toto.name=Hello world !}, 2={toto.id=4, toto.name=Hello everybody !}}
2025-07-20 15:42:38 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@45ba21bc
2025-07-20 15:42:38 TRACE SQLOperation select toto.id from toto | {}