Skip to content

Commit

Permalink
Added support for Godror's oracle driver
Browse files Browse the repository at this point in the history
  • Loading branch information
azratul committed Mar 19, 2020
1 parent 2ba0fc6 commit 0724e2d
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 0724e2d

Please sign in to comment.