<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>2025-12-10 04:37:15	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@e14559e
2025-12-10 04:37:15	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-12-10 04:37:15	DEBUG	SQLOperation	Batching statement 1 times
2025-12-10 04:37:15	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}}
2025-12-10 04:37:15	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.019</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-10 04:37:15	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3b446d7
2025-12-10 04:37:15	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-12-10 04:37:15	DEBUG	SQLOperation	Batching statement 1 times
2025-12-10 04:37:15	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.02</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-10 04:37:15	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6a2b6031
2025-12-10 04:37:15	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-12-10 04:37:15	DEBUG	SQLOperation	Batching statement 1 times
2025-12-10 04:37:15	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.a=2, Toto.c=200, Toto.b=20}}
2025-12-10 04:37:15	DEBUG	SelectExecutor	selecting entities in 1 chunks
2025-12-10 04:37:15	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2025-12-10 04:37:15	DEBUG	SQLOperation	Batching statement 1 times
2025-12-10 04:37:15	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.a (W)=1, Toto.c (U)=111, Toto.b (U)=11}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.024</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-10 04:37:15	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@106c3e0a
2025-12-10 04:37:15	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-12-10 04:37:15	DEBUG	SelectExecutor	selecting entities in 1 chunks
2025-12-10 04:37:15	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2025-12-10 04:37:15	DEBUG	SelectExecutor	selecting entities in 1 chunks
2025-12-10 04:37:15	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.028</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-10 04:37:15	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@25bd68ea
2025-12-10 04:37:15	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-12-10 04:37:15	DEBUG	SQLOperation	Batching statement 1 times
2025-12-10 04:37:15	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=11, Toto.c (U)=111, Toto.a (W)=1}}
2025-12-10 04:37:15	DEBUG	SQLOperation	Batching statement 1 times
2025-12-10 04:37:15	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>