Skip to content

Commit 9a6ba9c

Browse files
committed
Merge pull request jmoiron#223 from gsandoval/master
Adds ora.v3 and goracle driver name
2 parents 398dd58 + 7a2a382 commit 9a6ba9c

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
@@ -27,7 +27,7 @@ func BindType(driverName string) int {
2727
return QUESTION
2828
case "sqlite3":
2929
return QUESTION
30-
case "oci8":
30+
case "oci8", "ora", "goracle":
3131
return NAMED
3232
}
3333
return UNKNOWN

0 commit comments

Comments
 (0)