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

Remove "non-optimised" findOrCreate function #725

Closed
achrinza opened this issue Nov 26, 2022 · 0 comments · Fixed by #738
Closed

Remove "non-optimised" findOrCreate function #725

achrinza opened this issue Nov 26, 2022 · 0 comments · Fixed by #738

Comments

@achrinza
Copy link
Member

The findOrCreate function, by default, utilises the older, "non-optimised" code for MongoDB pre-2.6 compatibility.

The pre-release of the v7 MongoDB driver gives us an opportunity to drop support for older MongoDB versions.

This issue is to track:

  1. Removing "non-optimised" findOrCreate function.
  2. Removing enableOptimizedFindOrCreate option.
achrinza added a commit that referenced this issue Sep 17, 2024
closes: #725
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
secret-arrow pushed a commit to secret-arrow/loopback-connector-mongodb that referenced this issue Nov 29, 2024
closes: loopbackio/loopback-connector-mongodb#725
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant