Skip to content
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

[SQLLINE-298] Add possibility to configure outputformat in one line only #299

Closed
wants to merge 2 commits into from

Conversation

snuyanzin
Copy link
Collaborator

The PR fixes #298 and allows to configure outputformat via one line
for instance

!outputformat csv '3' "'"

or

!outputformat csv '"' default

also fix classcast exception after
!set csvQuoteCharacter default

also fix classcast exception after "!set csvQuoteCharacter default"
add tests for both cases
@julianhyde
Copy link
Owner

Merged as d0ae1d1, fixes #298.

@julianhyde julianhyde closed this May 23, 2019
@snuyanzin snuyanzin deleted the SQLLINE_298 branch May 26, 2019 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make outputformat one line configurable
2 participants