En succès
A duré 34 ms.
Standard Output
2025-11-04 06:19:56 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@2c5b04c7
2025-11-04 06:19:56 DEBUG DDLDeployer create table toto(id bigint not null, name varchar(255), primary key (id))
2025-11-04 06:19:56 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@3d7c21b7
2025-11-04 06:19:56 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@11f8bff1
2025-11-04 06:19:56 DEBUG SQLOperation Batching statement 2
...[truncated 697 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-11-04 06:19:56 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@29862f60
2025-11-04 06:19:56 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-11-04 06:19:56 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@7e2f1454
2025-11-04 06:19:56 TRACE SQLOperation select toto.id from toto | {}