Skip to content

Commit 3a51645

Browse files
authored
Merge pull request #400 from tendervittles/master
questionph: error msg match option
2 parents 674c2bf + 999a0c6 commit 3a51645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oci8.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func ParseDSN(dsnString string) (dsn *DSN, err error) {
9494
case "questionph":
9595
dsn.enableQMPlaceholders, err = strconv.ParseBool(v[0])
9696
if err != nil {
97-
return nil, fmt.Errorf("Invalid questionpm: %v", v[0])
97+
return nil, fmt.Errorf("Invalid questionph: %v", v[0])
9898
}
9999
case "prefetch_rows":
100100
z, err := strconv.ParseUint(v[0], 10, 32)

0 commit comments

Comments
 (0)