-
Notifications
You must be signed in to change notification settings - Fork 52
DOCSP-20056: UTF-8 validation options #280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOCSP-20056: UTF-8 validation options #280
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The page looks good but I'm not 100% sure I understand two specific things:
- What happens when you read invalid UTF-8 data from MongoDB with this validation feature enabled. Does it substitute or throw an error?
- What exactly "cannot guarantee consistent presentation of invalid UTF-8 data" means. I think it means that invalid UTF-8 data may still be substituted depending on the CRUD operations you run.
I left those questions in the review and made some small suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last straightforward comment, everything else looks good. The intro is very clear to me now (probably helped to sleep on this, too) 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, great explanation!
* DOCSP-20056: UTF-8 validation options (cherry picked from commit 21babb0)
* DOCSP-20056: UTF-8 validation options (cherry picked from commit f337757)
* DOCSP-20056: UTF-8 validation options
Pull Request Info
Issue JIRA link:
https://jira.mongodb.org/browse/DOCSP-20056
Snooty build log:
https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=61f2c8ddbcf82347e58d0b02
Docs staging link (requires sign-in on MongoDB Corp SSO):
What's New link
ToC
UTF-8 Validation Page
Self-Review Checklist
If your page documents a concept, does it meet the following criteria?