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
Describe the bug I install sqls, and execute sqls with config, but got no output.
To Reproduce
Steps to reproduce the behavior:
sqls --config lsp.config -t
sqls --config lsp.config -t 2024/04/08 13:16:00 db worker: start 2024/04/08 13:16:00 sqls: reading on stdin, writing on stdout
My config is
# Set to true to use lowercase keywords instead of uppercase. lowercaseKeywords: false connections: - alias: individual_mysql driver: mysql proto: tcp user: root passwd: root host: 127.0.0.1 port: 3306 dbName: demo params: useUnicode: true characterEncoding: UTF-8 allowMultiQueries: true
Expected behavior A clear and concise description of what you expected to happen.
Versions (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
It seems sqls only support lsp doesn't support read input from console.
sqls
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I install sqls, and execute sqls with config, but got no output.
To Reproduce
Steps to reproduce the behavior:
sqls --config lsp.config -t
My config is
Expected behavior
A clear and concise description of what you expected to happen.
Versions (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: