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
Subtle issue caught me today, but the following query returns the initial record in the db:
SomeModel.findOne('').exec()
I would expect the above to throw an error akin to a native query. I'll follow up upon digging in further!
The text was updated successfully, but these errors were encountered:
I can confirm, caused some confusion today (but on the positive side found an erroneous query)
Sorry, something went wrong.
test(query): repro #4378
767b6d2
08ad150
fix(query): report ObjectParameterError when passing non-object as fi…
5c547ad
…lter to find() and findOne() Fix #1698 Re: #4378
No branches or pull requests
Subtle issue caught me today, but the following query returns the initial record in the db:
SomeModel.findOne('').exec()
I would expect the above to throw an error akin to a native query. I'll follow up upon digging in further!
The text was updated successfully, but these errors were encountered: