Skip to content

Commit e6cd7ae

Browse files
authored
Merge pull request #731 from 2403905/godror
Fix the default binds for a 'godror' driver
2 parents 1810e7a + 1abdd3d commit e6cd7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bind.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
var defaultBinds = map[int][]string{
2525
DOLLAR: []string{"postgres", "pgx", "pq-timeouts", "cloudsqlpostgres", "ql", "nrpostgres", "cockroach"},
2626
QUESTION: []string{"mysql", "sqlite3", "nrmysql", "nrsqlite3"},
27-
NAMED: []string{"oci8", "ora", "goracle"},
27+
NAMED: []string{"oci8", "ora", "goracle", "godror"},
2828
AT: []string{"sqlserver"},
2929
}
3030

0 commit comments

Comments
 (0)