-
Notifications
You must be signed in to change notification settings - Fork 409
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
Support _id
implicit filter for ObjectID
in SQLite
#3330
Support _id
implicit filter for ObjectID
in SQLite
#3330
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3330 +/- ##
==========================================
- Coverage 73.84% 72.95% -0.89%
==========================================
Files 413 413
Lines 25034 25088 +54
==========================================
- Hits 18486 18304 -182
- Misses 5463 5676 +213
- Partials 1085 1108 +23
Flags with carried forward coverage won't be shown. Click here to find out more. |
Implicit filter with objectID is pushed down
Other types are not pushed down
|
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.
Looks good to me overall, asked a few questions/comments.
I know we want to release it ASAP, so please feel free to ignore the comments that are not important.
@chilagrow from your examples this one looks interesting:
so, it is searched as a string in quotes? it looks a bit odd. is it how it's stored in the DB? if we apply this filter manually in the sqlite console, are we able to find the entry? |
@rumyantseva When we use operator |
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.
LGTM!
Special thanks for answering my questions :)
Description
Closes #2340.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Milestone (Next
), Labels, Project and project's Sprint fields.