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 2019/11/13 04:01:29 UTC

[GitHub] [incubator-shardingsphere] junwangit commented on issue #3511: use master-slave and encrypt rule together

junwangit commented on issue #3511: use master-slave and encrypt rule  together
URL: https://github.com/apache/incubator-shardingsphere/issues/3511#issuecomment-553228736
 
 
   Remove springboot auto-configuration, manually configured, this problem is solved, but new problems arise.
   
   `
   org.springframework.dao.InvalidDataAccessApiUsageException: Error attempting to get column 'updated_time' from result set.  Cause: java.sql.SQLFeatureNotSupportedException: getObject with type
   ; getObject with type; nested exception is java.sql.SQLFeatureNotSupportedException: getObject with type
   `
   Unit test execution insertion, data can be written desensitized through the main library. However, I got an error when I queried from the library. When the original data source is not configured with the desensitization rule, it can be queried normally. The time of the desensitization rule JDK8 cannot be converted.
   

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


With regards,
Apache Git Services