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

[client] CTRL+C should stop current operation rather than kill the client #188

Open
mkroetzsch opened this issue Oct 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mkroetzsch
Copy link
Member

Long-running operations can block the client unintentionally (e.g., a query where millions of results are returned and LIMIT was forgotten). CTRL+C in this case would be the natural way of aborting this. Right now, CTRL+C kills the client, without a warning or a clean exit. If no command is running, CTRL+C already behaves well (exist on empty prompt, clearing prompt if non-empty); this should be kept.

@mkroetzsch mkroetzsch added the enhancement New feature or request label Oct 2, 2020
@mkroetzsch mkroetzsch changed the title Client: CTRL+C should stop current operation rather than kill the client [client] CTRL+C should stop current operation rather than kill the client Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant