-
Bug
-
Resolution: Done
-
Major
-
4.2.0.GA_CP04, 4.3.0.GA_CP02
-
None
-
JUnit tests with DB2
-
Release Notes
Test org.hibernate.test.hql.ScrollableCollectionFetchingTest#testScrollingJoinFetchesForward uses scroll mode FORWARD_ONLY, but DB2 supports only SCROLL_INSENSITIVE and SCROLL_SENSITIVE for this query:
.createQuery( "from Animal a left join fetch a.offspring where a.description like :desc order by a.id" )
.setString( "desc", "root%" )
.scroll( ScrollMode.FORWARD_ONLY );
The SCROLL_INSENSITIVE type works fine, but this test is about FORWARD_ONLY, right?
- blocks
-
JBPAPP-983 Certify EAP 4.2/4.3 on DB2
- Resolved
- is incorporated by
-
JBPAPP-1214 Upgrade Hibernate to 3.2.4.SP1_CP06
- Resolved