Check for support of RefCursor in Java 8

Description

The code of the method org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport#supportsRefCursors always produced a NullpointerException with a Java8 DatabaseMetaData class. The exception is caught in the method. This has the effect, that the method always returns 'false' for the Java8 class DatabaseMetaData.

Activity

Show:

Former user May 26, 2016 at 4:57 AM

, fixed in 5.0. Thanks!

Vlad Mihalcea April 6, 2016 at 2:18 PM

This issue might be needed on 5.0 too.

Vlad Mihalcea April 6, 2016 at 2:18 PM

Applied PR on master and 5.1.

Gunnar Morling March 14, 2016 at 3:39 PM

Moved.

Daniel Heinrich March 7, 2016 at 9:17 PM

should be moved to ORM

Fixed

Details

Assignee

Reporter

Labels

Original estimate

Time tracking

No time logged

Fix versions

Affects versions

Priority

Created March 7, 2016 at 9:15 PM
Updated June 2, 2016 at 3:50 AM
Resolved April 6, 2016 at 2:18 PM