Align Snowflake dialect to new test of reserved keywords

This commit is contained in:
Yoav Cohen 2025-07-04 21:38:27 +02:00
parent 12e7b26461
commit 323d42aeee

View file

@ -301,7 +301,7 @@ impl Dialect for SnowflakeDialect {
true
}
fn is_column_alias(&self, kw: &Keyword, parser: &mut Parser) -> bool {
fn is_column_alias(&self, kw: &Keyword, parser: &mut Parser) -> bool {
match kw {
// The following keywords can be considered an alias as long as
// they are not followed by other tokens that may change their meaning