mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-02 00:22:02 +00:00
Fix for CONPY-38:
Fixed documentation: The default mode for scrolling is relative, not absolute
This commit is contained in:
@ -124,8 +124,8 @@ Cursor methods
|
||||
Scroll the cursor in the result set to a new position according to mode.
|
||||
|
||||
If mode is relative, value is taken as offset to the current
|
||||
position in the result set, if set to absolute (defult), value states an absolute
|
||||
target position.
|
||||
position in the result set, if set to absolute, value states an absolute
|
||||
target position. The default setting for mode is *'relative'*.
|
||||
|
||||
.. method: setinputsizes()
|
||||
|
||||
|
Reference in New Issue
Block a user