Skip to content

Commit

Permalink
update fetch interface
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 23, 2022
1 parent 110700c commit a57ca0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MariaResultImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class MariaResultImpl {

virtual cpp11::writable::list get_column_info() = 0;

virtual List fetch(int n_max = -1) = 0;
virtual cpp11::list fetch(int n_max = -1) = 0;

virtual int n_rows_affected() = 0;
virtual int n_rows_fetched() = 0;
Expand Down

0 comments on commit a57ca0d

Please sign in to comment.