<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test</className><duration>0.023</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-16 08:09:37	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-02-16 08:09:37	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-02-16 08:09:37	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2026-02-16 08:09:37	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-02-16 08:09:37	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test</className><duration>0.01</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-16 08:09:37	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2026-02-16 08:09:37	DEBUG	SelectExecutor	selecting entities in 2 chunks
2026-02-16 08:09:37	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Tata.a=[1, 2, 3], Tata.b=[10, 20, 30]}
2026-02-16 08:09:37	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?)) | {Tata.a=4, Tata.b=40}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test</className><duration>0.024</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-16 08:09:37	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2026-02-16 08:09:37	DEBUG	SelectExecutor	selecting entities in 2 chunks
2026-02-16 08:09:37	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.a=[1, 2, 3], Toto.b=[10, 20, 30]}
2026-02-16 08:09:37	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?)) | {Toto.a=4, Toto.b=40}
</stdout></child><failCount>0</failCount><name>SelectExecutorH2Test</name><passCount>3</passCount><skipCount>0</skipCount></classResult>