Du kan sende dictionary=True
til markøren for at få den til at returnere en ordbog.
cursor = cnx.cursor(dictionary=True)
Se dokumenterne på MySQLCursorDict .
Du kan sende dictionary=True
til markøren for at få den til at returnere en ordbog.
cursor = cnx.cursor(dictionary=True)
Se dokumenterne på MySQLCursorDict .