[GitHub] [incubator-shardingsphere] longjy commented on issue #3959: Get ciphertext column as a string

2020-01-18 Thread GitBox
longjy commented on issue #3959: Get ciphertext column as a string URL: https://github.com/apache/incubator-shardingsphere/pull/3959#issuecomment-575967925 table name | type ---|--- id | bigint amount | varchar bean ``` class Table{ private Long id;

[GitHub] [incubator-shardingsphere] longjy commented on issue #3959: Get ciphertext column as a string

2020-01-14 Thread GitBox
longjy commented on issue #3959: Get ciphertext column as a string URL: https://github.com/apache/incubator-shardingsphere/pull/3959#issuecomment-574499466 After verification, mysql is not a varchar field type, getString will not have a type exception. The Encryptor class decrypt

[GitHub] [incubator-shardingsphere] longjy commented on issue #3959: Get ciphertext column as a string

2020-01-14 Thread GitBox
longjy commented on issue #3959: Get ciphertext column as a string URL: https://github.com/apache/incubator-shardingsphere/pull/3959#issuecomment-574232873 > Hi, I am still want ask the same question. I just copy my comment from #3934 > > I have a little confuse, why force get