En succès
A duré 33 ms.
Standard Output
2025-05-07 17:25:43 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@94af25
2025-05-07 17:25:43 DEBUG DDLDeployer create table toto(id bigint not null, name varchar, primary key (id))
2025-05-07 17:25:43 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@5b4c2959
2025-05-07 17:25:43 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@13bd25ab
2025-05-07 17:25:43 DEBUG SQLOperation Batching statement 2 times
2
...[truncated 691 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-05-07 17:25:43 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@7df468f6
2025-05-07 17:25:43 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-05-07 17:25:43 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@46808854
2025-05-07 17:25:43 TRACE SQLOperation select toto.id from toto | {}