Skip to content

Commit

Permalink
Don't need
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Nov 20, 2024
1 parent 01ab1de commit 63fb096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/snowflake/dialect/dialect.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

type SnowflakeDialect struct{}

func (sd SnowflakeDialect) QuoteIdentifier(identifier string) string {
func (SnowflakeDialect) QuoteIdentifier(identifier string) string {
return fmt.Sprintf(`"%s"`, strings.ToUpper(identifier))
}

Expand Down

0 comments on commit 63fb096

Please sign in to comment.