clickhouse-cli
clickhouse-cli copied to clipboard
A third-party client for the Clickhouse DBMS server.
Currently, you can specify default settings in the `~/.clickhouse-cli.rc` which is great. However, it would be helpful to be able to simply pass a path to the config file so...
Hi @hatarist, There are some linting fixes that I noticed while going through the codebase. Linting highlights the syntactical and and stylist problems which oftentimes helps to identify and correct...
now cli interface adds ' ] ' to begin of wrapped line, which cause problems when you try to copy, part of query, is it possible to make it like...
``` clickhouse-cli --user=$USENAME--arg-password=$PASSWORD --host=https://ch.company.com --port 443 -s 'max_memory_usage=1000&enable_http_compression=1' clickhouse-cli version: 0.3.4 Connecting to ch.company.com:443 ``` Error: Code: 113, e.displayText() = DB::Exception: There is no session (version 19.13.4.32)
Hi, When using the HTTP interface, we can use external data for the processing eg. ``` $ cat /etc/passwd | sed 's/:/\t/g' > passwd.tsv $ curl -F '[email protected];' 'http://localhost:8123/?query=SELECT+shell,+count()+AS+c+FROM+passwd+GROUP+BY+shell+ORDER+BY+c+DESC&passwd_structure=login+String,+unused+String,+uid+UInt16,+gid+UInt16,+comment+String,+home+String,+shell+String' /bin/sh...
Is a windows support planned? I tried to install it on win10 today. Although, I was able to install and open the program, a flood of escape sequences was returned...
(in no particular order) - datatype completion is broken for the second column (and later)  - only one completion is displayed in case of `SELECT * FROM sys` ...
Firstly, my thanks for the best clickhouse command line client out there. Its syntax highlighting, auto-completes and multi-line editing make things so much easier than the `clickhouse-client`. One of the...
I often have to import "huge" files and it is suggested to import such files in parallel. This can be "easily" done using tools like GNU parallel, but in most...
The version of sqlparse released a few days ago seems to cause clickhouse-cli (0.3.8) to not start, giving a ValueErrror. Full traceback: ```Traceback (most recent call last): File "/home/jrolfe/.pyenv/versions/3.11.3/bin/clickhouse-cli", line...