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
Have exceptions to indicate incongruent use of the query methods.
I'd like the library to fail before issuing a non-sense query. Example: Ordering by the same field twice but one of them inverted.
Throw an exception if malformed queries are assembled.
The text was updated successfully, but these errors were encountered:
Throw exception when projecting with no fields in only
only
Sorry, something went wrong.
JavierLuna
No branches or pull requests
Have exceptions to indicate incongruent use of the query methods.
Describe your usecase
I'd like the library to fail before issuing a non-sense query. Example: Ordering by the same field twice but one of them inverted.
Solution proposed
Throw an exception if malformed queries are assembled.
The text was updated successfully, but these errors were encountered: