Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca630c0

Browse filesBrowse files
authored
Update the documentation for Cursor (PyMySQL#438)
This change updates the documentation for `Cursor`, since it does not use `CursorWarningMixIn` anymore.
1 parent bcb96c9 commit ca630c0
Copy full SHA for ca630c0

File tree

Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed

‎doc/user_guide.rst

Copy file name to clipboardExpand all lines: doc/user_guide.rst
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,10 +674,9 @@ CursorDictRowsMixIn
674674

675675
Cursor
676676
The default cursor class. This class is composed of
677-
``CursorWarningMixIn``, ``CursorStoreResultMixIn``,
678-
``CursorTupleRowsMixIn,`` and ``BaseCursor``, i.e. it raises
679-
``Warning``, uses ``mysql_store_result()``, and returns rows as
680-
tuples.
677+
``CursorStoreResultMixIn``, ``CursorTupleRowsMixIn``, and
678+
``BaseCursor``, i.e. uses ``mysql_store_result()`` and returns
679+
rows as tuples.
681680

682681
DictCursor
683682
Like ``Cursor`` except it returns rows as dictionaries.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.