Skip to content

Commit

Permalink
Merge pull request jmoiron#223 from gsandoval/master
Browse files Browse the repository at this point in the history
Adds ora.v3 and goracle driver name
  • Loading branch information
jmoiron committed May 24, 2016
2 parents 398dd58 + 7a2a382 commit 9a6ba9c
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 9a6ba9c

Please sign in to comment.