Skip to content

Commit 0724e2d

Browse files
committed
Added support for Godror's oracle driver
1 parent 2ba0fc6 commit 0724e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bind.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func BindType(driverName string) int {
2929
return QUESTION
3030
case "sqlite3":
3131
return QUESTION
32-
case "oci8", "ora", "goracle":
32+
case "oci8", "ora", "goracle", "godror":
3333
return NAMED
3434
case "sqlserver":
3535
return AT

0 commit comments

Comments
 (0)