Bug Report we using shardingsphere-jdbc-core 5.1.2
Our sqlserver paging sql execution results are as follows

getIndexFromColumnLabelAndIndexMap("quoteMode") = 3,javaType of column quoteMode is Int,but javaType of column orderNo is String,
(int) The mergeResultSet. getValue method called in the ResultSetUtil. convertValue (mergeResultSet. getValue (columnIndex, int. class), int. class) statement returns the value of orderNo, resulting in an error when converting to int
