Skip to content

fix: use [true, false] style for Array/Tuple/Map parameters#475

Merged
slvrtrn merged 2 commits intoClickHouse:mainfrom
baseballyama:fix/formatQueryParams
Nov 12, 2025
Merged

fix: use [true, false] style for Array/Tuple/Map parameters#475
slvrtrn merged 2 commits intoClickHouse:mainfrom
baseballyama:fix/formatQueryParams

Conversation

@baseballyama
Copy link
Copy Markdown
Contributor

Summary

fix: #476

Essentially, I believe this should be fixed in ClickHouse itself, but until ClickHouse is updated, I would like to apply this patch as a workaround.

Checklist

Delete items not relevant to your PR:

This comment was marked as resolved.

@slvrtrn
Copy link
Copy Markdown
Contributor

slvrtrn commented Nov 12, 2025

Thanks for your contribution! Failing Cloud tests are irrelevant. (can't run it for external PRs)

@slvrtrn slvrtrn merged commit 8e552d4 into ClickHouse:main Nov 12, 2025
22 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Array(Bool) doesn't accept [1,0] style value, but @clickhouse/client forcibly converts [true, false] to [1, 0].

3 participants