I\'m doing an update on database using SQLAlchemy. python code:
temp = update(POST).\\ where(POST.post_id==pi).\\ values(status=newS) conn