Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Apr 22, 2024
1 parent fd7b0f8 commit 0fbb1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sql/escape.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type NameArgs struct {
var symbolsToEscape = []string{":"}

func EscapeNameIfNecessary(name string, uppercaseEscNames bool, args *NameArgs) string {
// TODO: Kill [NameArgs] and just pass [DestinationKind].
if args == nil {
return name
}
Expand Down

0 comments on commit 0fbb1a2

Please sign in to comment.