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
Make the cursor object scrollable so we can tell the server to scroll forward X rows without having to do a fetchmany(X) and have to do a transfer of data for those rows. For example here is how it used in the oracle db connector
Make the cursor object scrollable so we can tell the server to scroll forward X rows without having to do a fetchmany(X) and have to do a transfer of data for those rows. For example here is how it used in the oracle db connector
https://python-oracledb.readthedocs.io/en/latest/user_guide/sql_execution.html#scrollablecursors