-
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
Implement query request for SQLite backend #2665
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2665 +/- ##
===========================================
- Coverage 63.79% 26.91% -36.89%
===========================================
Files 431 432 +1
Lines 21754 21910 +156
===========================================
- Hits 13878 5897 -7981
- Misses 6941 15411 +8470
+ Partials 935 602 -333
... and 140 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
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 tried to put it inside util/iterator
but got an import cycle error. Maybe there is another place where we can put it? It would be pretty much the same as in pgdb
, I guess.
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.
Let's keep it there for now
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.
Will wait for CI and merge
Description
Closes #2387.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.