-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.5.9
-
Fix Version/s: N/A
-
Component/s: JDBC 4.2 compatibility
-
Labels:None
-
Environment:java 1.7 with 1.5.9 version.
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.