mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
Update the documentation for Cursor
(#438)
This change updates the documentation for `Cursor`, since it does not use `CursorWarningMixIn` anymore.
This commit is contained in:
@ -674,10 +674,9 @@ CursorDictRowsMixIn
|
||||
|
||||
Cursor
|
||||
The default cursor class. This class is composed of
|
||||
``CursorWarningMixIn``, ``CursorStoreResultMixIn``,
|
||||
``CursorTupleRowsMixIn,`` and ``BaseCursor``, i.e. it raises
|
||||
``Warning``, uses ``mysql_store_result()``, and returns rows as
|
||||
tuples.
|
||||
``CursorStoreResultMixIn``, ``CursorTupleRowsMixIn``, and
|
||||
``BaseCursor``, i.e. uses ``mysql_store_result()`` and returns
|
||||
rows as tuples.
|
||||
|
||||
DictCursor
|
||||
Like ``Cursor`` except it returns rows as dictionaries.
|
||||
|
Reference in New Issue
Block a user