<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.037</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-03-16 22:16:12	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2b4675db
2026-03-16 22:16:12	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-03-16 22:16:12	DEBUG	SQLOperation	Batching statement 1 times
2026-03-16 22:16:12	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}}
2026-03-16 22:16:12	TRACE	SQLOperation	delete from Toto where a in (?) | {Toto.a=1}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.02</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-03-16 22:16:12	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@68a1bb31
2026-03-16 22:16:12	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-03-16 22:16:12	DEBUG	SQLOperation	Batching statement 1 times
2026-03-16 22:16:12	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.c=100, Toto.b=10, Toto.a=1}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.023</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-03-16 22:16:12	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3431cb1f
2026-03-16 22:16:12	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-03-16 22:16:12	DEBUG	SQLOperation	Batching statement 1 times
2026-03-16 22:16:12	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.c=200, Toto.b=20, Toto.a=2}}
2026-03-16 22:16:12	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-03-16 22:16:12	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2026-03-16 22:16:12	DEBUG	SQLOperation	Batching statement 1 times
2026-03-16 22:16:12	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=111, Toto.b (U)=11, Toto.a (W)=1}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.023</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-03-16 22:16:12	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@13563e64
2026-03-16 22:16:12	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-03-16 22:16:12	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-03-16 22:16:12	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2026-03-16 22:16:12	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-03-16 22:16:12	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.PersisterHSQLDBTest</className><duration>0.031</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-03-16 22:16:12	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@52288c65
2026-03-16 22:16:12	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-03-16 22:16:12	DEBUG	SQLOperation	Batching statement 1 times
2026-03-16 22:16:12	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=11, Toto.c (U)=111, Toto.a (W)=1}}
2026-03-16 22:16:12	DEBUG	SQLOperation	Batching statement 1 times
2026-03-16 22:16:12	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=12, Toto.c (U)=122, Toto.a (W)=1}}
</stdout></child><failCount>0</failCount><name>PersisterHSQLDBTest</name><passCount>5</passCount><skipCount>0</skipCount></classResult>