Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Cannot Reproduce
-
1.5.9
-
None
-
java 1.7 with 1.5.9 version.
Description
public <T> T getObject(String columnLabel, Class<T> type) throws SQLException;
integer column reading as string .But iam passing class as second parameter to getObject Method.
In mysql the value returning as String .
But in Maria DB driver it is giving as Integer.