Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
scroll is not implemented https://www.python.org/dev/peps/pep-0249/#scroll.
the note indicate behaviour :
Note
This method should use native scrollable cursors, if available, or revert to an emulation for forward-only scrollable cursors. The method may raise NotSupportedError to signal that a specific operation is not supported by the database (e.g. backward scrolling).
Forward-only method must then be implemented, permitting skipping rows