Skip to content

Commit

Permalink
Fixed some bugs in SQLSetPos with SQL_COLUMN_IGNORE - we had failing
Browse files Browse the repository at this point in the history
test in cursor.c Also fixed error it returns if there was errors on some
of updated rows.
  • Loading branch information
lawrinn committed Oct 27, 2016
1 parent 48bc3e1 commit 43c8d5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ma_statement.c
Original file line number Diff line number Diff line change
Expand Up @@ -3691,6 +3691,8 @@ SQLRETURN MADB_RefreshRowPtrs(MADB_Stmt *Stmt)
Bind.error= (my_bool *)&MyError;
Bind.length= &MyLength;
//Stmt->stmt->bind[i].row_ptr= row;

/* TODO: Too much of sacred knowledge here as well */
mysql_ps_fetch_functions[Stmt->stmt->fields[i].type].func(&Bind, &Stmt->stmt->fields[i], &row);
}
if (!((bit_offset <<=1) & 255)) {
Expand Down

0 comments on commit 43c8d5a

Please sign in to comment.