En succès
A duré 32 ms.
Standard Output
2026-02-01 14:28:56 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@46309fa8
2026-02-01 14:28:56 DEBUG DDLDeployer create table toto(id bigint, name varchar(255), primary key (id))
2026-02-01 14:28:56 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@376314dd
2026-02-01 14:28:56 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@2b65081d
2026-02-01 14:28:56 DEBUG SQLOperation Batching statement 2 times
202
...[truncated 689 chars]...
DEBUG SQLOperation Batching statement 2 times
2026-02-01 14:28:56 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@1b5b650d
2026-02-01 14:28:56 TRACE SQLOperation insert into toto(id, name) values (?, ?) | {1={toto.name=Hello world !, toto.id=3}, 2={toto.name=Hello everybody !, toto.id=4}}
2026-02-01 14:28:56 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@38a7f7a2
2026-02-01 14:28:56 TRACE SQLOperation select toto.id from toto | {}