ClickHouse/clickhouse-js

Can't specify `default_format` parameter

mshustov opened this issue · 1 comments

database and default_format are special parameters that shouldn't be prefixed with param_.
https://github.com/ClickHouse/ClickHouse/blob/0907623c9dea4600fe4c72a129fe5b7b26d82754/src/Server/HTTPHandler.cpp#L736-L747

params.set(`param_${key}`, formatQueryParams(value))

I think #200 closes this.