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 2020/07/26 08:08:28 UTC

[GitHub] [shardingsphere] Yogurt-lei opened a new issue #6448: shardingjdbc with mybatis compose use have some mistake

Yogurt-lei opened a new issue #6448:
URL: https://github.com/apache/shardingsphere/issues/6448


   
   env:
   mysql-connector-java: 8.0.20
   mybatis-plus-boot-starter: 3.3.2
   sharding-jdbc-spring-boot-starter: 4.1.1
   
   when your entity is LocalDateTime ,so the MyBatis TypeHandler is LocalDateTimeTypeHandler#getNullableResult,
   
   but this is a unsupport operation in ShardingJdbc AbstractUnsupportedOperationResultSet#getObject(columnIndex,type) throws SQLFeatureNotSupportedException
   
   to resolve this question must override method in ShardingResultSet but the parent method is final tag
   
   Is this under repair ?


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere] tristaZero closed issue #6448: shardingjdbc with mybatis compose use have some mistake

Posted by GitBox <gi...@apache.org>.
tristaZero closed issue #6448:
URL: https://github.com/apache/shardingsphere/issues/6448


   


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere] tristaZero commented on issue #6448: shardingjdbc with mybatis compose use have some mistake

Posted by GitBox <gi...@apache.org>.
tristaZero commented on issue #6448:
URL: https://github.com/apache/shardingsphere/issues/6448#issuecomment-664087330


   @Yogurt-lei Hi, thanks for the feedback. As @kimmking said, this issue had been fixed in our `master branch`. #6202 will give you more detail. Please be patient for our next release.
   
   Trista


----------------------------------------------------------------
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.

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



[GitHub] [shardingsphere] kimmking commented on issue #6448: shardingjdbc with mybatis compose use have some mistake

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #6448:
URL: https://github.com/apache/shardingsphere/issues/6448#issuecomment-663991020


   `getObject(columnIndex,type)` has supported in master branch now.
   
   see:  shardingsphere-jdbc/shardingsphere-jdbc-core/src/main/java/org/apache/shardingsphere/driver/jdbc/core/resultset/ShardingSphereResultSet.java


----------------------------------------------------------------
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.

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