maziqiang12138 commented on issue #23300:
URL: 
https://github.com/apache/shardingsphere/issues/23300#issuecomment-1370601954

   @TeslaCN @tuichenchuxin 
   I found that it is not the encryption function but the CAST function. I 
removed the CAST function from the project and it can run normally
   example  insert into user(id, name, type, typeEnc) values (#{id}, 
#{name},#{type}, AES_ENCRYPT(CAST(#{type},DECIMAL(16,2)),#{typeEnc}))


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