TimonKK / clickhouse

NodeJS client for ClickHouse
Apache License 2.0
221 stars 122 forks source link

Does not deal with `on cluster` queries properly #82

Closed rf closed 2 years ago

rf commented 3 years ago

When a query uses on cluster, the clickhouse server will report back the status on each node in a tab separated format regardless of whether json was requested. This will cause a parse error.