-
Notifications
You must be signed in to change notification settings - Fork 101
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
Ability to work in streaming mode #333
Comments
Hi, If you want to format a query in interactive mode you must use the following:
and call I agree that this is not convenient for streaming mode. I will see if there is a simple way to allow that. |
This could be handled using the Perl module |
I am calling |
Maybe use the Record Separator ASCII/Unicode symbol? It’s |
The binary always waits for the STDIN to be closed and than formats all supplied sql:
This restricts the ability to work in streaming mode.
Is it possible to format one SQL statement as long as it finishes (e.g. by
;
)?cat
can be used as example as it triggers output on each line breakThe text was updated successfully, but these errors were encountered: