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 9a9fd52 commit 124184bCopy full SHA for 124184b
src/dialect/clickhouse.rs
@@ -94,4 +94,10 @@ impl Dialect for ClickHouseDialect {
94
fn supports_group_by_with_modifier(&self) -> bool {
95
true
96
}
97
+
98
+ // Supported since 2020.
99
+ // See <https://clickhouse.com/docs/whats-new/changelog/2020#backward-incompatible-change-2>
100
+ fn supports_nested_comments(&self) -> bool {
101
+ true
102
+ }
103
0 commit comments