You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues to ensure the issue has not already been raised
Issue
Right now all query functions bypass mquery, except for updateX() because of _update in query.js. That's an annoyingly inconsistent API because mquery relies on its own collection wrapper, which has a tendency to fall out of date with Mongoose's.
Once we change this, we should also see if we can remove mquery from Mongoose entirely.
The text was updated successfully, but these errors were encountered:
Prerequisites
Issue
Right now all query functions bypass mquery, except for
updateX()
because of_update
inquery.js
. That's an annoyingly inconsistent API because mquery relies on its own collection wrapper, which has a tendency to fall out of date with Mongoose's.Once we change this, we should also see if we can remove mquery from Mongoose entirely.
The text was updated successfully, but these errors were encountered: