diff --git a/bind.go b/bind.go index ec0da4e7..3e07785d 100644 --- a/bind.go +++ b/bind.go @@ -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", "godror"}, + NAMED: []string{"oci8", "ora", "goracle", "godror", "oracle"}, AT: []string{"sqlserver"}, }