Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0, 3.0.1-beta, 3.0.2-rc, 3.0.3, 3.0.4, 3.0.5
-
Fix Version/s: 3.0.6
-
Component/s: metadata
-
Labels:None
Description
BIT default behavior when using ResultSet.getObject() return erroneous data type.
Actual implementation return BitSet.
expected type result are Boolean for Bit(1), byte[] otherwise
Metadata type must be changed accordingly