From 4d867942d2b48f9ea3396937af7b9135c9b0614c Mon Sep 17 00:00:00 2001 From: Fernando Date: Thu, 10 Feb 2022 14:54:20 +0100 Subject: [PATCH] Added support for the go-ora driver --- bind.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, }