Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed May 2, 2024
1 parent d691cfc commit 20b3537
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/sql/dialect.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ func (MSSQLDialect) QuoteIdentifier(identifier string) string {
}

func (MSSQLDialect) EscapeStruct(value any) string {
// Note that we don't currently support backfills for MS SQL.
panic("not implemented")
panic("not implemented") // We don't currently support backfills for MS SQL.
}

type RedshiftDialect struct{}
Expand Down

0 comments on commit 20b3537

Please sign in to comment.