Skip to content

Commit d22578e

Browse files
committed
SGA-11409 Fixed comment in light of changes
1 parent a783766 commit d22578e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dialect/redshift.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ impl Dialect for RedshiftSqlDialect {
8686
}
8787

8888
fn is_identifier_part(&self, ch: char) -> bool {
89-
// Extends Postgres dialect with sharp and UTF-8 multibyte chars
89+
// UTF-8 multibyte characters are supported in identifiers via the PostgreSqlDialect.
9090
// https://docs.aws.amazon.com/redshift/latest/dg/r_names.html
9191
PostgreSqlDialect {}.is_identifier_part(ch) || ch == '#'
9292
}

0 commit comments

Comments
 (0)