Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SQLInsert output format #38477

Merged
merged 7 commits into from Jul 4, 2022
Merged

Conversation

Avogar
Copy link
Member

@Avogar Avogar commented Jun 27, 2022

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Add SQLInsert output format. Closes #38441

@robot-clickhouse robot-clickhouse added the pr-feature Pull request with new product feature label Jun 27, 2022
@nikitamikhaylov nikitamikhaylov self-assigned this Jun 27, 2022
@Avogar
Copy link
Member Author

Avogar commented Jun 28, 2022

@Mergifyio update

@mergify
Copy link
Contributor

mergify bot commented Jun 28, 2022

update

✅ Branch has been successfully updated

@Avogar
Copy link
Member Author

Avogar commented Jun 29, 2022

@Mergifyio update

@mergify
Copy link
Contributor

mergify bot commented Jun 29, 2022

update

✅ Branch has been successfully updated

@Avogar Avogar merged commit 4080f05 into ClickHouse:master Jul 4, 2022
String getName() const override { return "SQLInsertRowOutputFormat"; }

/// https://www.iana.org/assignments/media-types/text/tab-separated-values
String getContentType() const override { return "text/tab-separated-values; charset=UTF-8"; }
Copy link
Collaborator

Choose a reason for hiding this comment

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

I guess this is a copy-paste and it should not be text/tab-separated-values?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature Pull request with new product feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SQLInsert as output format
4 participants