Skip to content

Commit

Permalink
add new relic instrumented drivernames to default bindvar lists, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoiron committed Jan 24, 2021
1 parent 45f24e9 commit 03c8d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bind.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const (
)

var defaultBinds = map[int][]string{
DOLLAR: []string{"postgres", "pgx", "pq-timeouts", "cloudsqlpostgres", "ql"},
QUESTION: []string{"mysql", "sqlite3"},
DOLLAR: []string{"postgres", "pgx", "pq-timeouts", "cloudsqlpostgres", "ql", "nrpostgres"},
QUESTION: []string{"mysql", "sqlite3", "nrmysql", "nrsqlite3"},
NAMED: []string{"oci8", "ora", "goracle"},
AT: []string{"sqlserver"},
}
Expand Down

0 comments on commit 03c8d81

Please sign in to comment.