Skip to content

Commit

Permalink
Add comment for dialect option
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Dec 27, 2024
1 parent 1f2ef9f commit 87461b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dialect/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,8 @@ pub trait Dialect: Debug + Any {
false
}

/// Returns true if this dialect allows dollar quoted strings
/// e.g. `SELECT $$Hello, world!$$` or `SELECT $tag$Hello, world!$tag$`
fn supports_dollar_quoted_string(&self) -> bool {
true
}
Expand Down

0 comments on commit 87461b1

Please sign in to comment.