En succès
A duré 31 ms.
Standard Output
2025-11-21 07:33:40 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@4b2b2757
2025-11-21 07:33:40 DEBUG DDLDeployer create table toto(id bigint not null, name varchar(255), primary key (id))
2025-11-21 07:33:40 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@99caac2
2025-11-21 07:33:40 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@5dcf8b37
2025-11-21 07:33:40 DEBUG SQLOperation Batching statement 2 t
...[truncated 696 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-11-21 07:33:40 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@644acaff
2025-11-21 07:33:40 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-11-21 07:33:40 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@6241ef96
2025-11-21 07:33:40 TRACE SQLOperation select toto.id from toto | {}