En succès
A duré 35 ms.
(from org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery)
Standard Output
2026-02-01 14:29:00 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@272f5373
2026-02-01 14:29:00 DEBUG DDLDeployer create table Toto(id integer, name varchar(255))
2026-02-01 14:29:00 DEBUG DDLDeployer create table Tata(name varchar(255), totoId integer)
2026-02-01 14:29:00 TRACE SQLOperation select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId | {}