ClickHouse / ClickHouse/clickhouse-rs

Use multipart/form data for query and its parameters

Open
#320 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
559
Forks
172
Avg merge
1d 19h
Merged PRs (30d)
3

Description

See https://clickhouse.com/docs/sql-reference/syntax#defining-and-using-query-parameters

Currently, the query itself goes into the body, and `Query::param` adds a parameter to the URL, which can cause issues with proxies.

Contributor guide

Open the contributing guide

Research direction

Start with the Query::param entry point and the ClickHouse query-parameter documentation linked in the issue. Trace how the query currently enters the request body and parameters enter the URL; done means both are sent as multipart/form-data so parameters no longer rely on the URL.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
databases
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.