We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
findOrCreate
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:
enableOptimizedFindOrCreate
The text was updated successfully, but these errors were encountered:
feat: always use optimized findOrCreate
49ad6db
closes: #725 Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
c7f1148
257b3a8
closes: loopbackio/loopback-connector-mongodb#725 Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
Successfully merging a pull request may close this issue.
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:
findOrCreate
function.enableOptimizedFindOrCreate
option.The text was updated successfully, but these errors were encountered: