ClickHouse / clickhouse-js

Official JS client for ClickHouse DB
https://clickhouse.com
Apache License 2.0
205 stars 25 forks source link

Can't specify `default_format` parameter #198

Closed mshustov closed 1 year ago

mshustov commented 1 year ago

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

https://github.com/ClickHouse/clickhouse-js/blob/c8f24d72c0823ff76f291433d47274df9ec11b64/packages/client-common/src/utils/url.ts#L58

slvrtrn commented 1 year ago

I think #200 closes this.