<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.038</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-23 10:54:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4733662d
2026-02-23 10:54:06	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-02-23 10:54:06	DEBUG	SQLOperation	Batching statement 1 times
2026-02-23 10:54:06	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}}
2026-02-23 10:54:06	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-02-23 10:54:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7cd2d3b6
2026-02-23 10:54:06	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-02-23 10:54:06	DEBUG	SQLOperation	Batching statement 1 times
2026-02-23 10:54:06	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.a=1, Toto.c=100, Toto.b=10}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.021</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-23 10:54:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@309b6768
2026-02-23 10:54:06	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-02-23 10:54:06	DEBUG	SQLOperation	Batching statement 1 times
2026-02-23 10:54:06	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.a=2, Toto.b=20, Toto.c=200}}
2026-02-23 10:54:06	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-02-23 10:54:06	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2026-02-23 10:54:06	DEBUG	SQLOperation	Batching statement 1 times
2026-02-23 10:54:06	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.a (W)=1, Toto.b (U)=11, Toto.c (U)=111}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.025</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-23 10:54:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3b22bcad
2026-02-23 10:54:06	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-02-23 10:54:06	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-02-23 10:54:06	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2026-02-23 10:54:06	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-02-23 10:54:06	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.027</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-23 10:54:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7f72855d
2026-02-23 10:54:06	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-02-23 10:54:06	DEBUG	SQLOperation	Batching statement 1 times
2026-02-23 10:54:06	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.a (W)=1, Toto.b (U)=11, Toto.c (U)=111}}
2026-02-23 10:54:06	DEBUG	SQLOperation	Batching statement 1 times
2026-02-23 10:54:06	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.a (W)=1, Toto.b (U)=12, Toto.c (U)=122}}
</stdout></child><failCount>0</failCount><name>PersisterHSQLDBTest</name><passCount>5</passCount><skipCount>0</skipCount></classResult>