Hibernate version: 2.1.6
Name and version of the database you are using: MS SQL Server 2000
jdbc: jTDS 0.8.1
Got a 3 errors running junitreport and wondering if these are normal or if they need attention?
1) FooBarTest: testQuery: Failure: line 405: inside the subselects tests
Code:
assertTrue( "component query", list.size()==2 );
2) FooBarTest: testObjectType: Error:
Code:
java.sql.SQLException: The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.
3) SQLFunctionsTest: testBlobClob: Error:
Code:
Blobs are not cacheable