Un-use opened a new issue #13992:
URL: https://github.com/apache/shardingsphere/issues/13992


   ### in version 5.0.0-beta
   ### when i use config,like this
       encryptors:
         encryptor_custom:
           type: custom
       tables:
         table1:
           columns:
             column1:
               plainColumn: column1
               cipherColumn: column1Cipher
               encryptorName: encryptor_custom
   ### SQL like this,  I can get generate Key, `id`
       INSERT INTO table1 (column1) VALUES (#{column1});
   ###  remove `plainColumn`, it doesn't work, can't get generate key 
       encryptors:
         encryptor_custom:
           type: custom
       tables:
         table1:
           columns:
             column1:
               cipherColumn: column1Cipher
               encryptorName: encryptor_custom
   
   ### it can be support?


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