We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecdee10 commit 8e256a9Copy full SHA for 8e256a9
1 file changed
src/dialect/mod.rs
@@ -476,8 +476,8 @@ pub trait Dialect: Debug + Any {
476
false
477
}
478
479
- // Does the Dialect support concatenating of string literal
480
- // Example: SELECT 'Hello ' "world" => SELECT 'Hello world'
+ /// Returns true if the dialect supports concatenating of string literal
+ /// Example: `SELECT 'Hello ' "world" => SELECT 'Hello world'`
481
fn supports_string_literal_concatenation(&self) -> bool {
482
483
0 commit comments