You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Cursor class in dbapi.py doesn't implement __iter__ today meaning that code like csv_writer.writerows(cursor) or anything that tries to loop over the Cursor will not work.