En succès
A duré 30 ms.
Standard Output
2025-11-25 21:36:03 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@2e47ec5e
2025-11-25 21:36:03 DEBUG DDLDeployer create table toto(id bigint not null, name varchar(255), primary key (id))
2025-11-25 21:36:03 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@c73b9fc
2025-11-25 21:36:03 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@45ba21bc
2025-11-25 21:36:03 DEBUG SQLOperation Batching statement 2 t
...[truncated 696 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-11-25 21:36:03 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@639f7054
2025-11-25 21:36:03 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-25 21:36:03 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@26f6fbbd
2025-11-25 21:36:03 TRACE SQLOperation select toto.id from toto | {}