Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3.0
-
Component/s: Other
-
Labels:None
-
Environment:Java 8, Windows/RedHat
Description
Got NegativeArraySizeException while executing getObject(columnName, byte[].class), when this field is NULL in actual DB.
getObject(columnName) works fine and returns null as expected.