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
psycopg2: fix cursor execute and executemany signatures (#2331)
* psycopg2: fix cursor execute and executemany signatures The sql parameter is called query and the parameters are called vars and vars_list. * Fix execute test
0 commit comments