En succès
A duré 35 ms.
Standard Output
2025-06-30 05:39:48 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@60386e94
2025-06-30 05:39:48 DEBUG DDLDeployer create table toto(id bigint not null, name varchar, primary key (id))
2025-06-30 05:39:48 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@35697f9e
2025-06-30 05:39:48 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@29296e7
2025-06-30 05:39:48 DEBUG SQLOperation Batching statement 2 times
...[truncated 692 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-06-30 05:39:48 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@49bf800f
2025-06-30 05:39:48 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-30 05:39:48 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@7563ca08
2025-06-30 05:39:48 TRACE SQLOperation select toto.id from toto | {}