Skip to content

Commit

Permalink
Update columns.go
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan <[email protected]>
  • Loading branch information
nathan-artie authored May 2, 2024
1 parent a2350d2 commit f96b4e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/typing/columns/columns.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func (c *Column) RawName() string {
return c.name
}

// EscapedName will give you c.name and escape it if necessary.
func (c *Column) EscapedName(dialect sql.Dialect) string {
return dialect.QuoteIdentifier(c.name)
}
Expand Down

0 comments on commit f96b4e7

Please sign in to comment.