We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
stdout
stderr
The error goes out to the sql file instead of the error log.
echo "foobar" | sqlfmt > formatted.sql 2> error.log
formatted.sql:
formatted.sql
at or near "bananagram": syntax error
error.log:
error.log
I think this is the reason for #68.
The text was updated successfully, but these errors were encountered:
sql-formatter
sqlfmt
Concur!
Sorry, something went wrong.
@coolaj86 Hi.
I encountered the same problem. I think this behavior was fixed in #70 .
$ echo "foobar" | sqlfmt > formatted.sql 2> error.log $ cat formatted.sql $ cat error.log at or near "foobar": syntax error
No branches or pull requests
The error goes out to the sql file instead of the error log.
formatted.sql
:error.log
:I think this is the reason for #68.
The text was updated successfully, but these errors were encountered: