<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest</className><duration>0.015</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-08 16:54:41	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-12-08 16:54:41	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2025-12-08 16:54:41	TRACE	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId | {}
</stdout></caseResult>