[CONPY-6] implement scroll Created: 2018-07-23 Updated: 2019-12-19 Resolved: 2019-12-19 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | DBAPI 2.0 |
| Affects Version/s: | None |
| Fix Version/s: | 0.9.52 |
| Type: | Task | Priority: | Minor |
| Reporter: | Diego Dupin | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 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 |