We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be856e commit 4de1232Copy full SHA for 4de1232
client-v2/src/main/java/com/clickhouse/client/api/internal/SettingsConverter.java
@@ -93,7 +93,8 @@ public static String escape(String value) {
93
ClickHouseClientOption.MAX_EXECUTION_TIME.getKey(),
94
ClickHouseClientOption.MAX_RESULT_ROWS.getKey(),
95
"extremes",
96
- "role"
+ "role",
97
+ "describe_include_subcolumns"
98
)));
99
100
public static Map<String, ClickHouseOption> createMapOfRequestOptions() {
0 commit comments