Skip to content

Commit 3464a8f

Browse files
committed
believe it or not, ansi
1 parent 124184b commit 3464a8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/dialect/ansi.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,9 @@ impl Dialect for AnsiDialect {
3333
fn require_interval_qualifier(&self) -> bool {
3434
true
3535
}
36+
37+
// The SQL standard explictly states that block comments nest.
38+
fn supports_nested_comments(&self) -> bool {
39+
true
40+
}
3641
}

0 commit comments

Comments
 (0)