Skip to content

Commit 124184b

Browse files
committed
clickhouse too
1 parent 9a9fd52 commit 124184b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/dialect/clickhouse.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,10 @@ impl Dialect for ClickHouseDialect {
9494
fn supports_group_by_with_modifier(&self) -> bool {
9595
true
9696
}
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+
}
97103
}

0 commit comments

Comments
 (0)