En succès
A duré 27 ms.
Standard Output
2025-06-26 04:31:23 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@418e1cd6
2025-06-26 04:31:23 DEBUG DDLDeployer create table toto(id bigint not null, name varchar, primary key (id))
2025-06-26 04:31:23 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@21e00efb
2025-06-26 04:31:23 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@65450878
2025-06-26 04:31:23 DEBUG SQLOperation Batching statement 2 times
...[truncated 692 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-06-26 04:31:23 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@22cc2ae5
2025-06-26 04:31:23 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-06-26 04:31:23 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@21f0508
2025-06-26 04:31:23 TRACE SQLOperation select toto.id from toto | {}