Details
- 
    Bug 
- 
    Status: Closed (View Workflow)
- 
    Major 
- 
    Resolution: Fixed
- 
    3.0.0, 3.0.1-beta, 3.0.2-rc, 3.0.3, 3.0.4, 3.0.5
- 
    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