kittywu66 opened a new issue, #24037: URL: https://github.com/apache/shardingsphere/issues/24037
## 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  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
