Dovresti usare cursor.fetchall() o cursor.fetchmany() per ottenere i dati dal cursore. Documentazione qui
L'oggetto cursore NON sono i dati! , è solo un gestore che ti aiuta a ottenere i dati.
Dovresti usare cursor.fetchall() o cursor.fetchmany() per ottenere i dati dal cursore. Documentazione qui
L'oggetto cursore NON sono i dati! , è solo un gestore che ti aiuta a ottenere i dati.