-
Notifications
You must be signed in to change notification settings - Fork 99
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
Added new output modes for shell #4053
Conversation
Benchmark ResultMaster commit hash:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4053 +/- ##
==========================================
- Coverage 85.10% 84.51% -0.60%
==========================================
Files 1297 1299 +2
Lines 50663 51018 +355
Branches 6985 7052 +67
==========================================
+ Hits 43119 43120 +1
- Misses 7405 7759 +354
Partials 139 139 ☔ View full report in Codecov by Sentry. |
Benchmark ResultMaster commit hash:
|
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.
Oh cool. We just need to make sure there are basic tests to test each mode. Other than that everything looks good to me.
Benchmark ResultMaster commit hash:
|
Co-authored-by: CI Bot <MSebanc@users.noreply.github.com> (cherry picked from commit 95d338e)
Description
Added 12 new output modes for the shell and the ability to toggle the query statistics printed with the tables. Both can be set via flags or
:
commandsBox:
Column:
CSV:
HTML:
JSON:
NDJSON:
Latex:
Line:
List:
Markdown:
Table:
TSV:
Trash:
Fixes #3876
Contributor agreement