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

Console Client break to new line #188

Closed
f1yegor opened this issue Nov 15, 2016 · 2 comments
Closed

Console Client break to new line #188

f1yegor opened this issue Nov 15, 2016 · 2 comments
Labels
comp-cli Console & command line usability

Comments

@f1yegor
Copy link
Contributor

f1yegor commented Nov 15, 2016

When I start to type some command select * from events group |
and at this moment want to cancel input and get new empty line.
Like in bash console Ctrl^C but couldn't.
Ctrl^D is ignored unless current line is empty.

Possible workarounds for now:

  1. Ctrl^A Ctrl&K if multiline mode not used.
  2. type ; and execute wrong/not-complete query(and also garbage history)
@blinkov blinkov added the comp-cli Console & command line label Jul 13, 2018
@VladRassokhin
Copy link
Contributor

Also Ctrl^U helps

@alexey-milovidov
Copy link
Member

alexey-milovidov commented Sep 10, 2018

Fixed in master.
Ctrl+C started to work as expected.

binmahone pushed a commit to binmahone/ClickHouse that referenced this issue Nov 11, 2022
* support more math functions

* rename some functions

* add debug logging

* revert log level

* support function greatest and least

* support cast binary

* support quarter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-cli Console & command line usability
Projects
None yet
Development

No branches or pull requests

4 participants