<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest</className><duration>0.218</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:28	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-03-27 07:15:28	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2025-03-27 07:15:28	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId
</stdout></caseResult>