There was an error while loading. Please reload this page.
1 parent d2f4a33 commit e86261cCopy full SHA for e86261c
mariadb/connections.py
@@ -127,7 +127,7 @@ class will be created.
127
connection the entire result set must be fetched.
128
129
fetch* methods of the cursor class by default return result set values
130
- as a tuple, unless named_tuple or dictionary was specified.
+ as a tuple, unless dictionary or named_tuple was specified.
131
The latter one exists for compatibility reasons and should be avoided
132
due to possible inconsistency in case two or more fields in a result
133
set have the same name.
0 commit comments