RootCauseunvalidated
The return value of `cursor.execute` is undefined — on the cursor object. Tension: you want to call `.fetchall` (or `.fetchone`) on the cursor object!
4a5a533d-4ab8-4bda-8d47-84e4174905fd
The return value of cursor.execute is undefined — on the cursor object. Tension: you want to call .fetchall (or .fetchone) on the cursor object!