We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286b224 commit 5e27b31Copy full SHA for 5e27b31
1 file changed
src/dialect/databricks.rs
@@ -64,7 +64,7 @@ impl Dialect for DatabricksDialect {
64
fn supports_struct_literal(&self) -> bool {
65
true
66
}
67
-
+
68
/// See <https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-comment>
69
fn supports_nested_comments(&self) -> bool {
70
0 commit comments