En succès
A duré 39 ms.
(from org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery)
Standard Output
2025-12-12 12:47:43 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@55ff64fd
2025-12-12 12:47:43 DEBUG DDLDeployer create table Toto(id integer not null, name varchar(255))
2025-12-12 12:47:43 DEBUG DDLDeployer create table Tata(name varchar(255), totoId integer not null)
2025-12-12 12:47:43 TRACE SQLOperation select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId | {}