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(discriminator): gather childSchemas when creating discriminator to ensure $getAllSubdocs() can properly get all subdocs #15099

Merged
merged 4 commits into from
Dec 16, 2024

Conversation

vkarpov15
Copy link
Collaborator

Fix #15088

Summary

Currently $getAllSubdocs() doesn't return any subdocs for discriminators, because discriminators don't get childSchemas property. This means no timestamps on subdocs right now. This PR fixes that issue.

Examples

…o ensure $getAllSubdocs() can properly get all subdocs

Fix #15088
@vkarpov15 vkarpov15 added this to the 8.9.1 milestone Dec 15, 2024
…ocs in a transaction unless `ordered: true`"

This reverts commit 3afb2ca.
test/model.discriminator.test.js Outdated Show resolved Hide resolved
@vkarpov15 vkarpov15 merged commit c4fac84 into master Dec 16, 2024
74 checks passed
@vkarpov15 vkarpov15 deleted the vkarpov15/gh-15088 branch December 16, 2024 17:20
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.

v8.8.3 save() on a model with discriminator misses nested schema timestamps
2 participants