-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
chore(sql): clean up invalid filter clause exception types #17702
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17702 +/- ##
==========================================
- Coverage 68.13% 67.97% -0.17%
==========================================
Files 1653 1653
Lines 66247 66282 +35
Branches 7107 7107
==========================================
- Hits 45138 45055 -83
- Misses 19220 19338 +118
Partials 1889 1889
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
f5f14db
to
646a085
Compare
646a085
to
bbe8ca7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll add more comments later
* chore(sql): clean up invalid filter clause exception types * fix lint * rename exception
SUMMARY
Sometimes invalid query object extra parameters cause incorrect results. These are now handled correctly in the both the legacy and v1 apis.
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION