<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</className><duration>0.027</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-11-14 10:30:03	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@145f1f97
2024-11-14 10:30:03	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2024-11-14 10:30:03	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2024-11-14 10:30:03	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId
</stdout></caseResult>