You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLExtendedFetch is deprecated. Now that we can assume ODBC 3.x in 8.5 (and especially with a driver manager to handle ancient drivers, in case), we should use SQLFetchScroll instead. PDO_ODBC is already using this. Previously mentioned before, in i.e. this comment.
May be wise to wait on cleanups in GH-15727, since that will remove ifdef soup for ancient drives.