Skip to content

Commit d3ab27f

Browse files
committed
stub out scrollable cursors
1 parent be61631 commit d3ab27f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/pdo_pgsql/pgsql_statement.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ static int pgsql_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *
9393
return 1;
9494
}
9595

96-
static int pgsql_stmt_fetch(pdo_stmt_t *stmt TSRMLS_DC)
96+
static int pgsql_stmt_fetch(pdo_stmt_t *stmt,
97+
enum pdo_fetch_orientation ori, long offset TSRMLS_DC)
9798
{
9899
pdo_pgsql_stmt *S = (pdo_pgsql_stmt*)stmt->driver_data;
99100

0 commit comments

Comments
 (0)