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 2019/12/13 08:48:43 UTC

[GitHub] [incubator-shardingsphere] xiyelife opened a new issue #3735: SQL value with \"xx\" parse error when use encrypt

xiyelife opened a new issue #3735: SQL value with \"xx\"  parse error when use encrypt
URL: https://github.com/apache/incubator-shardingsphere/issues/3735
 
 
   ### Which version of ShardingSphere did you use?
   4.0.0-RC3
   ### Which project did you use? Sharding-JDBC or Sharding-Proxy?
   sharding-jdbc
   ### Expected behavior
   insert error
   ### Actual behavior
   ![image](https://user-images.githubusercontent.com/8772975/70786677-2a62bc80-1dc8-11ea-9445-4988dc84c174.png)
   ### Reason analyze (If you can)
   parse error for sql like this:
   String sql = "insert into fix_test(`id`,`name`,`password`) values (4,\"you.wang@xxx.com\",'123456')";
   ![image](https://user-images.githubusercontent.com/8772975/70786729-41091380-1dc8-11ea-858c-f88166073ea5.png)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   
   ### Example codes for reproduce this issue (such as a github link).
   

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