mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-03 19:20:35 +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.
|
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
|
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
|
position in the result set, if set to absolute, value states an absolute
|
||||||
target position.
|
target position. The default setting for mode is *'relative'*.
|
||||||
|
|
||||||
.. method: setinputsizes()
|
.. method: setinputsizes()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user