We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FromString and entire header Since it is not used anywhere in the project.
FromString
ClientOptions::backward_compatibility_lowcardinality_as_wrapped_column Since it was initially introduced as a temporary thing (1.5 years ago), also it makes code uglier and not all cases of LowCardinality(X) is supported with that setting ON.
ClientOptions::backward_compatibility_lowcardinality_as_wrapped_column
LowCardinality(X)
ON
StringView and entire header Since the project now requires C++17 which provides std::string_view.
StringView
std::string_view
The text was updated successfully, but these errors were encountered:
Enmk
No branches or pull requests
FromString
and entire headerSince it is not used anywhere in the project.
ClientOptions::backward_compatibility_lowcardinality_as_wrapped_column
Since it was initially introduced as a temporary thing (1.5 years ago), also it makes code uglier and not all cases of
LowCardinality(X)
is supported with that settingON
.StringView
and entire headerSince the project now requires C++17 which provides
std::string_view
.The text was updated successfully, but these errors were encountered: