<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorHSQLDBTest</className><duration>0.068</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-07-05 06:34:30	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6cb2b947
2025-07-05 06:34:30	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2025-07-05 06:34:30	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2025-07-05 06:34:30	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.SelectExecutorHSQLDBTest</className><duration>0.025</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-07-05 06:34:31	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3031d9e9
2025-07-05 06:34:31	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2025-07-05 06:34:31	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Tata.b=[10, 20, 30], Tata.a=[1, 2, 3]}
2025-07-05 06:34:31	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?)) | {Tata.b=40, Tata.a=4}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorHSQLDBTest</className><duration>0.044</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-07-05 06:34:31	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@10b0dd3a
2025-07-05 06:34:31	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2025-07-05 06:34:31	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.b=[10, 20, 30], Toto.a=[1, 2, 3]}
2025-07-05 06:34:31	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?)) | {Toto.b=40, Toto.a=4}
</stdout></child><failCount>0</failCount><name>SelectExecutorHSQLDBTest</name><passCount>3</passCount><skipCount>0</skipCount></classResult>