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
{{ message }}
This repository was archived by the owner on Sep 12, 2024. It is now read-only.
curs.execute("select * from batches where batch_version_num = "+batch_version_num+" and useridnum = "+useridnum+" and useridday = \""+useridday+"\" and useridmonth = \""+useridmonth+"\" and useridyear = \""+useridyear+"\";")
batches_rows=curs.fetchall()
iflen(batches_rows) !=1:
print"number of batches with this batch id is not equal to 1, exiting"
sys.exit(1)
print"inserting the request in the clone_reinsert_requets table"