We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1810e7a + 1abdd3d commit e6cd7aeCopy full SHA for e6cd7ae
1 file changed
bind.go
@@ -24,7 +24,7 @@ const (
24
var defaultBinds = map[int][]string{
25
DOLLAR: []string{"postgres", "pgx", "pq-timeouts", "cloudsqlpostgres", "ql", "nrpostgres", "cockroach"},
26
QUESTION: []string{"mysql", "sqlite3", "nrmysql", "nrsqlite3"},
27
- NAMED: []string{"oci8", "ora", "goracle"},
+ NAMED: []string{"oci8", "ora", "goracle", "godror"},
28
AT: []string{"sqlserver"},
29
}
30
0 commit comments