Skip to content

Commit

Permalink
Merge pull request denisenkom#603 from azratul/master
Browse files Browse the repository at this point in the history
Added support for Godror's oracle driver
  • Loading branch information
jmoiron authored Mar 24, 2020
2 parents 2ba0fc6 + 0724e2d commit ee51494
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 @@ -29,7 +29,7 @@ func BindType(driverName string) int {
return QUESTION
case "sqlite3":
return QUESTION
case "oci8", "ora", "goracle":
case "oci8", "ora", "goracle", "godror":
return NAMED
case "sqlserver":
return AT
Expand Down

0 comments on commit ee51494

Please sign in to comment.