We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4978d commit 777b74fCopy full SHA for 777b74f
doc/user_guide.rst
@@ -434,7 +434,7 @@ conv
434
can be either:
435
436
* a callable object which takes a string argument (the MySQL
437
- value),' returning a Python value
+ value), returning a Python value
438
439
* a sequence of 2-tuples, where the first value is a combination
440
of flags from ``MySQLdb.constants.FLAG``, and the second value
@@ -653,7 +653,6 @@ CursorTupleRowsMixIn
653
Causes the cursor to return rows as a tuple of the column values.
654
655
CursorDictRowsMixIn
656
-
657
Causes the cursor to return rows as a dictionary, where the keys
658
are column names and the values are column values. Note that if
659
the column names are not unique, i.e., you are selecting from two
0 commit comments