Skip to content
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

fix: make getters convert uuid to string when calling toObject() and toJSON() #14890

Merged
merged 4 commits into from
Sep 17, 2024

Conversation

vkarpov15
Copy link
Collaborator

Fix #14869

Summary

As #14869 pointed out, calling toObject() on a document with uuids with getters: true ends up with "[object -Obje-ct]--" strings 😢 This PR should fix that

Examples

@vkarpov15 vkarpov15 added this to the 8.6.3 milestone Sep 16, 2024
Copy link
Collaborator

@hasezoey hasezoey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, some minor duplicated checks

lib/schema/uuid.js Outdated Show resolved Hide resolved
lib/schema/uuid.js Outdated Show resolved Hide resolved
vkarpov15 and others added 2 commits September 17, 2024 11:18
Co-authored-by: hasezoey <hasezoey@gmail.com>
Co-authored-by: hasezoey <hasezoey@gmail.com>
@vkarpov15 vkarpov15 merged commit 3902283 into master Sep 17, 2024
46 checks passed
@hasezoey hasezoey deleted the vkarpov15/gh-14869 branch September 17, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants