mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Align Snowflake dialect to new test of reserved keywords
This commit is contained in:
parent
12e7b26461
commit
323d42aeee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue