En succès
A duré 30 ms.
Standard Output
2025-07-05 06:34:26 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@4089505c
2025-07-05 06:34:26 DEBUG DDLDeployer create table toto(id bigint not null, name varchar, primary key (id))
2025-07-05 06:34:26 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@6028b018
2025-07-05 06:34:26 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@2e47ec5e
2025-07-05 06:34:26 DEBUG SQLOperation Batching statement 2 times
...[truncated 691 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-07-05 06:34:26 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@157f284b
2025-07-05 06:34:26 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-05 06:34:26 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@15c5c99
2025-07-05 06:34:26 TRACE SQLOperation select toto.id from toto | {}