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/06/02 07:56:16 UTC

[GitHub] [shardingsphere] kimmking edited a comment on issue #5882: Sharding 4.1.0 and Spring-boot 2.3.0 incompatible? SQLFeatureNotSupportedException: isValid

kimmking edited a comment on issue #5882:
URL: https://github.com/apache/shardingsphere/issues/5882#issuecomment-637361753


   The root of ex cause: shardingsphere-jdbc/shardingsphere-jdbc-core/src/main/java/org/apache/shardingsphere/driver/jdbc/unsupported/AbstractUnsupportedOperationConnection.java
   ```
   @Override
       public final boolean isValid(final int timeout) throws SQLException {
           throw new SQLFeatureNotSupportedException("isValid");
       }
   ```


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