You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "azexcy (via GitHub)" <gi...@apache.org> on 2023/02/07 13:08:06 UTC

[GitHub] [shardingsphere] azexcy commented on pull request #24049: Fix unicode cannot be decoded correctly at TestDecodingPlugin

azexcy commented on PR #24049:
URL: https://github.com/apache/shardingsphere/pull/24049#issuecomment-1420746408

   The single quote need be escape if they exists in the content, just like.
   ```
   UPDATE test.t_order
   SET status = '''中文'''
   WHERE order_id = xxx;
   ````
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org