Skip to content

Commit

Permalink
Merge pull request #731 from 2403905/godror
Browse files Browse the repository at this point in the history
Fix the default binds for a 'godror' driver
  • Loading branch information
jmoiron committed May 15, 2021
2 parents 1810e7a + 1abdd3d commit e6cd7ae
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 e6cd7ae

Please sign in to comment.