Is your feature request related to a problem? Please describe.
When running ibm_db on z/OS and querying a large set of rows (in my case >25k rows) via a three-part-name SELECT, the query time is very bad (approx. 25 seconds).
Describe the solution you'd like
Based on suggestions by the IBM DB2 support team, ibm_db need support to retrieve result set into an array, which needs support SQLFetchScroll() with SQL_ATTR_ROW_ARRAY_SIZE or SQLExtendFetch() with SQL_SQL_ATTR_ROWSET_SIZE for fetchmany/fetchall functions.