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(model): ensure consistent ordering of validation errors in insertMany() with ordered: false and rawResult: true #12866

Merged
merged 3 commits into from Jan 6, 2023

Commits on Jan 3, 2023

  1. fix(model): ensure consistent ordering of validation errors in `inser…

    …tMany()` with `ordered: false` and `rawResult: true`
    
    Re: #12791
    vkarpov15 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    a90f97c View commit details
    Browse the repository at this point in the history
  2. style: quick fix

    vkarpov15 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    a1f7f0a View commit details
    Browse the repository at this point in the history
  3. fix: correct writeError index when insertMany() with ordered: false, …

    …rawResult: true with mixed validation error and write error re: #12791
    vkarpov15 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    9303f7d View commit details
    Browse the repository at this point in the history