-
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 dbStats
for SQLite
#3270
Implement dbStats
for SQLite
#3270
Conversation
@chilagrow this pull request has merge conflicts. |
Codecov Report
@@ Coverage Diff @@
## main #3270 +/- ##
==========================================
- Coverage 75.21% 75.21% -0.01%
==========================================
Files 400 400
Lines 22901 23008 +107
==========================================
+ Hits 17226 17306 +80
- Misses 4683 4699 +16
- Partials 992 1003 +11
Flags with carried forward coverage won't be shown. Click here to find out more. |
Response of implementation
|
Example of
|
This reverts commit ee80c58.
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.
The code looks reasonable to me
Description
Closes #3259.
It does not cover
collStats
, that will be in another PR.In this issue we are not adding new integration tests, we want SQLite supported sooner, you'll notice codecov warning for untested errors. We will test them when we use universal handler in a few weeks time.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Milestone (Next
), Labels, Project and project's Sprint fields.