En succès
A duré 32 ms.
Standard Output
2025-10-14 06:06:35 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@4c3133a1
2025-10-14 06:06:35 DEBUG DDLDeployer create table toto(id bigint not null, name varchar(255), primary key (id))
2025-10-14 06:06:35 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@5dea8bf2
2025-10-14 06:06:35 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@45ef4dcb
2025-10-14 06:06:35 DEBUG SQLOperation Batching statement 2
...[truncated 698 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-10-14 06:06:35 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@3d7c21b7
2025-10-14 06:06:35 TRACE SQLOperation insert into toto(id, name) values (?, ?) | {1={toto.name=Hello world !, toto.id=3}, 2={toto.name=Hello everybody !, toto.id=4}}
2025-10-14 06:06:35 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@11f8bff1
2025-10-14 06:06:35 TRACE SQLOperation select toto.id from toto | {}