strongduanmu opened a new issue, #21942: URL: https://github.com/apache/shardingsphere/issues/21942
## Feature Request ### Is your feature request related to a problem? #21926 ### Describe the feature you would like. At present, the `AbstractJDBCRowsLoader#loadRowValue` method seems to only consider the corresponding relationship between SQL Type and Java Type in MySQL, and does not correctly handle other databases such as PostgreSQL and openGauss. Therefore, `java.sql.SQLException: Unknown exception: java.lang.Integer cannot be cast to java.lang.Short` appeared in #21926, and we need to adapt to different database dialects. - [ ] MySQL Java, JDBC, and MySQL Types documnet——https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference-type-conversions.html - [ ] -- 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]
