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 2020/01/15 02:33:45 UTC

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

longjy edited a comment 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 value from ResultSet by String type?
   > I can't get the point, what is the issue in original code?
   
     If the BigDecimal field is encrypted, the database will store string. In general, ORM will directly get BigDecimal according to the java bean field type. The original code may have a new BigDecimal ("ciphertext") situation and throw an exception
   

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