En succès
A duré 31 ms.
Standard Output
2025-08-16 06:36:52 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@687fa4d0
2025-08-16 06:36:52 DEBUG DDLDeployer create table toto(id bigint not null, name varchar, primary key (id))
2025-08-16 06:36:52 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@4f8aa5fe
2025-08-16 06:36:52 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@33a1bff8
2025-08-16 06:36:52 DEBUG SQLOperation Batching statement 2 times
...[truncated 692 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-08-16 06:36:52 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@6a584533
2025-08-16 06:36:52 TRACE SQLOperation insert into toto(id, name) values (?, ?) | {1={toto.name=Hello world !, toto.id=3}, 2={toto.name=Hello everybody !, toto.id=4}}
2025-08-16 06:36:52 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@1cfb035c
2025-08-16 06:36:52 TRACE SQLOperation select toto.id from toto | {}