Check for support of RefCursor in Java 8
Description
Activity
Show:
Former user May 26, 2016 at 4:57 AM
@Vlad Mihalcea, fixed in 5.0. Thanks!
Vlad Mihalcea April 6, 2016 at 2:18 PM
@Former user 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
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.