Solutionunvalidated
you want to call `.fetchall` (or `.fetchone`) on the cursor object! — The return value of `cursor.execute` is undefined.
d2b80deb-78da-4a0c-bae5-af653518ffe0
you want to call .fetchall (or .fetchone) on the cursor object! — The return value of cursor.execute is undefined.