wuzhiwei18 opened a new issue #9292:
URL: https://github.com/apache/shardingsphere/issues/9292


   when my tables has keyword column, before insert, The symbol ' will be 
added, but sharding auto remove the symbol, Cause insert to fail.
   the code :
   class SQLUtil : 
   method:  getExactlyValue
   
   `public static String getExactlyValue(final String value) {
           return null == value ? null : 
CharMatcher.anyOf("[]`'\"").removeFrom(value);
       }`
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to