En succès
A duré 23 ms.
Standard Output
2024-11-13 12:40:31 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@1d982fbe
2024-11-13 12:40:31 DEBUG DDLDeployer create table Toto(id integer not null, name varchar(255))
2024-11-13 12:40:31 DEBUG DDLDeployer create table Tata(name varchar(255), totoId integer not null)
2024-11-13 12:40:31 DEBUG SQLOperation select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId