En succès
A duré 32 ms.
Standard Output
2025-09-22 18:36:19 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@729cb7b
2025-09-22 18:36:19 DEBUG DDLDeployer create table toto(id bigint not null, name varchar, primary key (id))
2025-09-22 18:36:19 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@1c8ab147
2025-09-22 18:36:19 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@d3e9b94
2025-09-22 18:36:19 DEBUG SQLOperation Batching statement 2 times
2
...[truncated 689 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-09-22 18:36:19 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@4c3133a1
2025-09-22 18:36:19 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-09-22 18:36:19 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@2fea162a
2025-09-22 18:36:19 TRACE SQLOperation select toto.id from toto | {}