Skip to content

Conversation

zhicwu
Copy link
Contributor

@zhicwu zhicwu commented May 7, 2022

Closes #912.

New option rename_response_column(defaults to NONE):

Option Original Column Name New Column Name
NONE a.b.c d_e a.b.c d_e
REMOVE_PREFIX a.b.c d_e c d_e
TO_CAMELCASE a.b.c d_e a.b.cDE
TO_CAMELCASE_WITHOUT_PREFIX a.b.c d_e cDE
TO_UNDERSCORE a.b.c d_e a.b.c_d_e
TO_CAMELCASE_WITHOUT_PREFIX a.b.c d_e c_d_e

@zhicwu zhicwu merged commit 38d6ee7 into ClickHouse:develop May 7, 2022
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.

1 participant