boluor opened a new pull request, #3808:
URL: https://github.com/apache/doris-website/pull/3808

   ## Summary
   
   Doc page (4.x): \`scalar-functions/string-functions/quote.md\` (EN).
   
   The EN example claimed:
   
   \`\`\`
   | quote(\"It's a test\") |
   +----------------------+
   | 'It\\'s a test'       |
   \`\`\`
   
   But on Apache Doris 4.1.1 the actual mysql client output is:
   
   \`\`\`
   | quote(\"It's a test\") |
   +----------------------+
   | 'It's a test'        |
   \`\`\`
   
   (No backslash before the inner single quote.) ZH already shows the unescaped 
form. Update EN to match the actual cluster output.
   
   ## Verification
   
   \`mysql -e \"SELECT quote(\\\"It's a test\\\");\"\` against a 4.1.1 cluster 
returns the unescaped form quoted above.
   
   ## Test plan
   
   - [x] Re-run on 4.1.1 cluster after the change — value matches.
   - [x] No other change.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to