-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
be able to set readConcern on mongoose.Schema #14511
Labels
enhancement
This issue is a user-facing general improvement that doesn't fix a bug or add a new feature
new feature
This change adds new functionality, like a new method or class
Milestone
Comments
sibelius
added
enhancement
This issue is a user-facing general improvement that doesn't fix a bug or add a new feature
new feature
This change adds new functionality, like a new method or class
labels
Apr 9, 2024
Closed
vkarpov15
added a commit
that referenced
this issue
May 8, 2024
…adConcern for all queries Fix #14511
vkarpov15
added a commit
that referenced
this issue
May 9, 2024
feat(schema): add schema-level readConcern option to apply default readConcern for all queries
This was referenced Jun 7, 2024
This was referenced Jul 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
This issue is a user-facing general improvement that doesn't fix a bug or add a new feature
new feature
This change adds new functionality, like a new method or class
Prerequisites
🚀 Feature Proposal
Be able to define a readConcern similar to writeConcern at a mongoose.Schema level
Motivation
Simplify the use of readConcern per schema
Example
The text was updated successfully, but these errors were encountered: