Skip to content

Complete ClickHouse server settings typings #51

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

Merged
merged 9 commits into from
Aug 18, 2022
Merged

Complete ClickHouse server settings typings #51

merged 9 commits into from
Aug 18, 2022

Conversation

slvrtrn
Copy link
Contributor

@slvrtrn slvrtrn commented Aug 17, 2022

Resolves #27

@slvrtrn slvrtrn requested a review from mshustov August 17, 2022 20:42
output_format_sql_insert_quote_names?: Bool
}

type Bool = 0 | 1
Copy link
Member

Choose a reason for hiding this comment

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

It's also discussable whether we need to handle them as number or string. We don't work with them as numbers. Even worse, every client handles them differently:
Python as string
golang as number
jdbc as boolean

We should discuss it within the group and align behavior across the clients

@slvrtrn slvrtrn changed the title Complete settings typings Complete ClickHouse server settings typings Aug 18, 2022
@slvrtrn slvrtrn merged commit 747f232 into main Aug 18, 2022
@mshustov mshustov deleted the settings-types branch August 19, 2022 08:06
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.

Add typings for ClickHouse settings
2 participants