ClickHouse / ClickHouse/clickhouse-odbc
Passing URL with parameters into url() table function
Open
- Dominant language
- C
- Stars
- 285
- Forks
- 105
- Avg merge
- 3h 56m
- Merged PRs (30d)
- 3
Description
When passing through ODBC driver a querry to url() table funtion the ? gets replaced by
%7Bodbc_positional_1:Nullable%28Nothing%29%7D
Contributor guide
Research direction
Start by reproducing the ODBC query that passes URL table-function parameters containing `?`, then trace where positional parameters are substituted or encoded. Confirm that the query reaches ClickHouse without replacing `?` with the generated `%7Bodbc_positional_1:Nullable%28Nothing%29%7D` text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- database
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100