-
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 explain
command for SQLite
#3264
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3264 +/- ##
==========================================
- Coverage 75.13% 75.12% -0.02%
==========================================
Files 400 400
Lines 23145 23201 +56
==========================================
+ Hits 17391 17430 +39
- Misses 4741 4752 +11
- Partials 1013 1019 +6
Flags with carried forward coverage won't be shown. Click here to find out more. |
explain
command for SQLite explain
command for SQLite
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.
Just a couple of comments 🤗
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.
Change looks good to me!
Why is CI failing?
@chilagrow yeah, failing CI looks strange to me. Linters and unit tests pass locally... |
I'm puzzled 🤔 |
Ok, I think something was lost when I was moving between PRs locally 😅 Now everything is back. |
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.
🚀
Description
Closes #3050.
I had some troubles with understanding what data should be outputted, as SQLite returns completely different data format and less information than pg
Readiness checklist
task all
, and it passed.@FerretDB/core
), Milestone (Next
), Labels, Project and project's Sprint fields.