Skip to content

Fix outdated batch insertion example in README#470

Merged
slabko merged 1 commit intoClickHouse:masterfrom
Nirf808:fix-readme-batch-insert
Mar 31, 2026
Merged

Fix outdated batch insertion example in README#470
slabko merged 1 commit intoClickHouse:masterfrom
Nirf808:fix-readme-batch-insert

Conversation

@Nirf808
Copy link
Copy Markdown
Contributor

@Nirf808 Nirf808 commented Mar 29, 2026

The README.md example for batch insertion uses client->InsertData(block) and client->EndInsert(block). However, following the cleanup in PR #448, the actual methods in client.h are client->SendInsertBlock(block) and client->EndInsert()

@Nirf808 Nirf808 requested review from mzitnik and slabko as code owners March 29, 2026 17:39
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 29, 2026

CLA assistant check
All committers have signed the CLA.

@slabko slabko merged commit e22153c into ClickHouse:master Mar 31, 2026
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.

3 participants