Skip to content

Commit 1abdd3d

Browse files
author
Roman Perehkod
committed
fix the default binds for a 'godror' driver
1 parent 874a5d4 commit 1abdd3d

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)