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:
[email protected]


Reply via email to