En succès
A duré 33 ms.
Standard Output
2025-09-29 21:45:25 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@40889699
2025-09-29 21:45:25 DEBUG DDLDeployer create table toto(id bigint not null, name varchar(255), primary key (id))
2025-09-29 21:45:25 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@54557dd8
2025-09-29 21:45:25 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@1a593fc7
2025-09-29 21:45:25 DEBUG SQLOperation Batching statement 2
...[truncated 697 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-09-29 21:45:25 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@3fb2306
2025-09-29 21:45:25 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-09-29 21:45:25 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@5531484a
2025-09-29 21:45:25 TRACE SQLOperation select toto.id from toto | {}