-
-
Notifications
You must be signed in to change notification settings - Fork 393
v.info: Add format=csv with -c flag and sync with v.db.connect #6867
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
base: main
Are you sure you want to change the base?
Conversation
petrasovaa
left a comment
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.
Thank you, this looks good, please just fix the CI problems (-Werror=switch) and add a short test in test_vinfo.py.
|
Thank you. I have now fixed the CI error I was curious how to identify that the failure was due to missing switch cases for NONE and CSV. You quickly pinpointed EDIT: Thanks! I found it in CI logs, there is an option to search logs, as browser normal ctrl+F does not work! |
CIs are run with |
Fixes #6259
v.info -c format=csvis in sync withv.db.connect -c format=csvErrors when option and flags mismatch
Backward Compatibilty: with pipe as separator and header is skipped as with v.db.connect