Skip to content

Commit 222e5f9

Browse files
committed
stub out scrollable cursors here too
1 parent d3ab27f commit 222e5f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/pdo_firebird/firebird_statement.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ static int firebird_stmt_execute(pdo_stmt_t *stmt TSRMLS_DC) /* {{{ */
125125
/* }}} */
126126

127127
/* called by PDO to fetch the next row from a statement */
128-
static int firebird_stmt_fetch(pdo_stmt_t *stmt TSRMLS_DC) /* {{{ */
128+
static int firebird_stmt_fetch(pdo_stmt_t *stmt, /* {{{ */
129+
enum pdo_fetch_orientation ori, long offset TSRMLS_DC)
129130
{
130131
pdo_firebird_stmt *S = (pdo_firebird_stmt*)stmt->driver_data;
131132
pdo_firebird_db_handle *H = S->H;

0 commit comments

Comments
 (0)