En succès
A duré 32 ms.
Standard Output
2025-04-27 09:16:12 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@5cb63d05
2025-04-27 09:16:12 DEBUG DDLDeployer create table toto(id bigint not null, name varchar, primary key (id))
2025-04-27 09:16:12 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@3f2fd933
2025-04-27 09:16:12 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@6c430548
2025-04-27 09:16:12 DEBUG SQLOperation Batching statement 2 times
...[truncated 693 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-04-27 09:16:12 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@5b0d8236
2025-04-27 09:16:12 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-04-27 09:16:12 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@1ee9a039
2025-04-27 09:16:12 TRACE SQLOperation select toto.id from toto | {}