You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/11/04 00:31:13 UTC

[GitHub] [shardingsphere] strongduanmu opened a new issue, #21942: Consider optimizing AbstractJDBCRowsLoader#loadRowValue logic

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org