Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.2.0
-
Component/s: Other
-
Labels:None
Description
Actual implementation of resultset will for every getXXX() will check data type/is binary protocol to return data / throw an exception of data type are not compatible.
This can be improved porting that part directly to column class avoiding lot of if/switch.