Skip to content

Commit 323d42a

Browse files
committed
Align Snowflake dialect to new test of reserved keywords
1 parent 12e7b26 commit 323d42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialect/snowflake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ impl Dialect for SnowflakeDialect {
301301
true
302302
}
303303

304-
fn is_column_alias(&self, kw: &Keyword, parser: &mut Parser) -> bool {
304+
fn is_column_alias(&self, kw: &Keyword, parser: &mut Parser) -> bool {
305305
match kw {
306306
// The following keywords can be considered an alias as long as
307307
// they are not followed by other tokens that may change their meaning

0 commit comments

Comments
 (0)