You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Ctrl^A Ctrl&K if multiline mode not used.
type ; and execute wrong/not-complete query(and also garbage history)
The text was updated successfully, but these errors were encountered:
* support more math functions
* rename some functions
* add debug logging
* revert log level
* support function greatest and least
* support cast binary
* support quarter
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:
;
and execute wrong/not-complete query(and also garbage history)The text was updated successfully, but these errors were encountered: