En succès
A duré 32 ms.
Standard Output
2025-08-18 18:01:18 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@13666880
2025-08-18 18:01:18 DEBUG DDLDeployer create table toto(id bigint not null, name varchar, primary key (id))
2025-08-18 18:01:18 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@33a1bff8
2025-08-18 18:01:18 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@391133ad
2025-08-18 18:01:18 DEBUG SQLOperation Batching statement 2 times
...[truncated 692 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-08-18 18:01:18 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@1cfb035c
2025-08-18 18:01:18 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-08-18 18:01:18 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@2d22d4b9
2025-08-18 18:01:18 TRACE SQLOperation select toto.id from toto | {}