Skip to content

Commit a0cbecf

Browse files
committed
Add untested PARAM_BINARY support to PDO_ODBC
1 parent 38150eb commit a0cbecf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pdo_odbc/odbc_stmt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ static int odbc_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *p
332332
sqltype = SQL_INTEGER;
333333
break;
334334
case PDO_PARAM_LOB:
335+
case PDO_PARAM_BINARY:
335336
sqltype = SQL_LONGVARBINARY;
336337
break;
337338
default:

0 commit comments

Comments
 (0)