Skip to content

Commit

Permalink
Closes jmoiron#583
Browse files Browse the repository at this point in the history
small fix for godror support after goracle package name changed while goracle is deprecated because of naming (trademark) issues.
  • Loading branch information
ergoz authored Dec 20, 2019
1 parent 2ba0fc6 commit e720398
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 e720398

Please sign in to comment.