jiusi-yyq opened a new issue, #32863:
URL: https://github.com/apache/shardingsphere/issues/32863

   # 加密规则
   rules:
     - !ENCRYPT
       encryptors:
         user_encryptor:
           type: AES
           props:
             aes-key-value: 22222
       tables:
        user_1:
           columns:
             user_contact_no:
               cipher:
                 name: user_contact_no_cipher
                 encryptorName: user_encryptor
             company_contact_no:
               cipher:
                 name: company_contact_no_cipher
                 encryptorName: user_encryptor
   
   If I query data from another table,such as user_extra(PS:the table does‘t 
need  encryption, therefore  no encryption rules have been configured)
   
   Result is an error:Caused by: org.apache.ibatis.executor.ExecutorException: 
Error preparing statement.  Cause: 
org.apache.shardingsphere.infra.exception.kernel.metadata.TableNotFoundException:
 Table or view 'user_extra' does not exist.
   
   shardingSphere-jdbc 5.5.0
   Springboot 3.1.8
   mybatis 3.0.2
   
   
   


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

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to