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/24 10:05:06 UTC

[GitHub] [shardingsphere] Yogurt-lei commented on issue #6428: sharding-jdbc 4.1.1 与mybatis-plus 3.3.1 druid 版本1.1.23 集成报错

Yogurt-lei commented on issue #6428:
URL: https://github.com/apache/shardingsphere/issues/6428#issuecomment-663465449


   I find this question too.
   
   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