En succès
A duré 30 ms.
Standard Output
2025-10-07 21:04:44 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@20e06a86
2025-10-07 21:04:44 DEBUG DDLDeployer create table toto(id bigint not null, name varchar(255), primary key (id))
2025-10-07 21:04:44 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@59d2e20f
2025-10-07 21:04:44 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@5dea8bf2
2025-10-07 21:04:44 DEBUG SQLOperation Batching statement 2
...[truncated 698 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-10-07 21:04:44 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@6026c754
2025-10-07 21:04:44 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-10-07 21:04:44 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@3d7c21b7
2025-10-07 21:04:44 TRACE SQLOperation select toto.id from toto | {}