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
This library currently ships with three executable files: highlight-query, lint-query and tokenize-query.
highlight-query
lint-query
tokenize-query
I propose that the three files should be combined into a single executable file called sql-parser.
sql-parser
-lint-query --query "SELECT 1" +sql-parser --query "SELECT 1"
-lint-query --query "SELECT 1" +sql-parser --lint --query "SELECT 1"
-highlight-query --query "SELECT 1" +sql-parser --highlight --query "SELECT 1"
-tokenize-query --query "SELECT 1" +sql-parser --tokenize --query "SELECT 1"
I think that highlight-query, lint-query and tokenize-query should be removed only in version 7.0.0.
The text was updated successfully, but these errors were encountered:
I'd say in 6.0?
Sorry, something went wrong.
Add bin/sql-parser executable file
38959b6
- Related to phpmyadmin#517 Signed-off-by: Maurício Meneghini Fauth <[email protected]>
bin/sql-parser
bb01d8a
AFAIK, this is done and is working like a charm.
Is there something else to do before closing this issue?
MauricioFauth
Successfully merging a pull request may close this issue.
This library currently ships with three executable files:
highlight-query
,lint-query
andtokenize-query
.I propose that the three files should be combined into a single executable file called
sql-parser
.I think that
highlight-query
,lint-query
andtokenize-query
should be removed only in version 7.0.0.The text was updated successfully, but these errors were encountered: