En succès
A duré 31 ms.
Standard Output
2025-10-15 05:10:12 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@54557dd8
2025-10-15 05:10:12 DEBUG DDLDeployer create table toto(id bigint not null, name varchar(255), primary key (id))
2025-10-15 05:10:12 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@3fa27158
2025-10-15 05:10:12 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@4b2b2757
2025-10-15 05:10:12 DEBUG SQLOperation Batching statement 2
...[truncated 697 chars]...
DEBUG SQLOperation Batching statement 2 times
2025-10-15 05:10:12 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@347c6044
2025-10-15 05:10:12 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-15 05:10:12 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@154bc3cf
2025-10-15 05:10:12 TRACE SQLOperation select toto.id from toto | {}