Skip to content

Commit

Permalink
Adds ora.v3 and goracle driver name
Browse files Browse the repository at this point in the history
Adds missing Oracle driver names.
  • Loading branch information
gsandoval committed May 23, 2016
1 parent 398dd58 commit 7a2a382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bind.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func BindType(driverName string) int {
return QUESTION
case "sqlite3":
return QUESTION
case "oci8":
case "oci8", "ora", "goracle":
return NAMED
}
return UNKNOWN
Expand Down

0 comments on commit 7a2a382

Please sign in to comment.