-
Bug
-
Resolution: Done
-
Major
-
4.2.0.GA_CP04, 4.3.0.GA_CP02
-
None
-
JUnit tests with DB2
-
Release Notes
The test org.hibernate.test.hql.BulkManipulationTest#testInsertWithGeneratedTimestampVersion needs to be skipped for DB2. It is currently failing on line 78:
int count = s.createQuery( "insert into TimestampVersioned ( name ) select name from TimestampVersioned" ).executeUpdate();
because DB2 doesn't supports insert with select.
A solution is to check the org.hibernate.dialect.Dialect#supportsParametersInInsertSelect method before executing this piece of code.
- 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