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

The ability to use options-with-dashes does not extend to query parameters. #63093

Open
alexey-milovidov opened this issue Apr 28, 2024 · 0 comments

Comments

@alexey-milovidov
Copy link
Member

alexey-milovidov commented Apr 28, 2024

Describe the issue

$ ch --max-threads 1 -q "SELECT getSetting('max_threads')"
1
$ ch --param-test 1 -q "SELECT {test:String}"
Code: 552. DB::Exception: Unrecognized option '--param-test'. (UNRECOGNIZED_ARGUMENTS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant