lennonn commented on issue #4986: if field name of table  is "call",encrypt not 
work.
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4986#issuecomment-605422346
 
 
   > can you show Encryptor rule config?
   
   ```
   encryptors:
     aes:
       props:
         aes.key.value: '123456'
       type: AES
   tables:
     test:
       columns:
         call:
           assistedQueryColumn: ''
           cipherColumn: cipher_call
           encryptor: aes
           plainColumn: ''
   ```
   
   
![image](https://user-images.githubusercontent.com/8982513/77820562-185e1d00-711e-11ea-8b8d-ab2dbb32eba9.png)
   
   
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to