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