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
These names are taken from DB-API 2.0, but the semantics differ enough that to use the same names is confusing. Specifically, in DB-API you always call execute before you call fetchone or fetchall.