Skip to content

Commit

Permalink
fix the default binds for a 'godror' driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Perehkod committed Apr 19, 2021
1 parent 874a5d4 commit 1abdd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bind.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
var defaultBinds = map[int][]string{
DOLLAR: []string{"postgres", "pgx", "pq-timeouts", "cloudsqlpostgres", "ql", "nrpostgres", "cockroach"},
QUESTION: []string{"mysql", "sqlite3", "nrmysql", "nrsqlite3"},
NAMED: []string{"oci8", "ora", "goracle"},
NAMED: []string{"oci8", "ora", "goracle", "godror"},
AT: []string{"sqlserver"},
}

Expand Down

0 comments on commit 1abdd3d

Please sign in to comment.