We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81ee58 commit 71865d0Copy full SHA for 71865d0
1 file changed
src/dialect/ansi.rs
@@ -33,4 +33,9 @@ impl Dialect for AnsiDialect {
33
fn require_interval_qualifier(&self) -> bool {
34
true
35
}
36
+
37
+ // The SQL standard explictly states that block comments nest.
38
+ fn supports_nested_comments(&self) -> bool {
39
+ true
40
+ }
41
0 commit comments