Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion assets/integrations-fallback.json
Original file line number Diff line number Diff line change
Expand Up @@ -1900,6 +1900,25 @@
"url": "/uploads/cplusplus_dc14d0dde7.svg"
}
},
{
"id": 222,
"documentId": "clickhousecnativeclient1",
"name": "C",
"slug": "c_client",
"category": "LANGUAGE_CLIENT",
"supportLevel": "CORE",
"docsLink": "https://clickhouse.com/docs/integrations/language-clients/c",
"logo": {
"id": 2919,
"documentId": "guygur1gr8fjbtwcs0643ida",
"url": "/uploads/cplusplus_dc14d0dde7.svg"
},
"logo_dark": {
"id": 2919,
"documentId": "guygur1gr8fjbtwcs0643ida",
"url": "/uploads/cplusplus_dc14d0dde7.svg"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C client shows C++ logo

Medium Severity

The new C language client entry in integrations-fallback.json reuses the C++ logo asset (cplusplus_dc14d0dde7.svg) for its logo and logo_dark fields. This results in the integrations grid showing C++ branding for the C client when fallback data is active.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 36e76f9. Configure here.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure how to add new logo

}
},
{
"id": 151,
"documentId": "arge8cjaw7dtobbs7qix3tcm",
Expand Down Expand Up @@ -2477,7 +2496,7 @@
"slug": "rust",
"category": "LANGUAGE_CLIENT",
"supportLevel": "CORE",
"docsLink": "https://github.com/loyd/clickhouse.rs",
"docsLink": "https://clickhouse.com/docs/integrations/language-clients/rust",
"logo": {
"id": 2948,
"documentId": "we1gajse8mwtz3t8ybcjjefh",
Expand Down
3 changes: 3 additions & 0 deletions integrations/language-clients/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ In this section of the documentation, you can learn more about the many language
<Card title="C++" icon="/images/integrations/logos/logo_cpp.svg" href="/integrations/language-clients/cpp">
`clickhouse-cpp` — fast, type-safe C++ client library with optional userver framework integration.
</Card>
<Card title="C" icon="/images/integrations/logos/logo_c.svg" href="/integrations/language-clients/c">
`clickhouse-c` — header-only C client for the native protocol, designed for embedding.
</Card>
<Card title="Third-party clients" icon="users" href="/integrations/language-clients/third-party/client-libraries">
Community-maintained client libraries for languages and runtimes not covered above.
</Card>
Expand Down