<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</className><duration>0.023</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-20 07:38:12	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5df7ae0a
2024-10-20 07:38:12	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2024-10-20 07:38:12	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</className><duration>0.024</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-20 07:38:12	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@70ccb3bf
2024-10-20 07:38:12	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2024-10-20 07:38:12	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2024-10-20 07:38:12	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</className><duration>0.051</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-20 07:38:11	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2f8b48c3
2024-10-20 07:38:11	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2024-10-20 07:38:11	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2024-10-20 07:38:12	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</className><duration>0.052</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-20 07:38:12	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4d071e4b
2024-10-20 07:38:12	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2024-10-20 07:38:12	DEBUG	SQLOperation	select Toto.name from Toto
2024-10-20 07:38:12	DEBUG	SQLOperation	select Toto.id from Toto
2024-10-20 07:38:12	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2024-10-20 07:38:12	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2024-10-20 07:38:12	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1
2024-10-20 07:38:12	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 2
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</className><duration>0.027</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-20 07:38:12	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2210af14
2024-10-20 07:38:12	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2024-10-20 07:38:12	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2024-10-20 07:38:12	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</className><duration>0.851</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-20 07:38:11	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5b88af70
2024-10-20 07:38:11	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2024-10-20 07:38:11	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2024-10-20 07:38:11	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
</stdout></child><failCount>0</failCount><name>PersistenceContextHSQLDBTest</name><passCount>6</passCount><skipCount>0</skipCount></classResult>