Just noticed that records won't get updated when I call update_or_insert 
from scheduler, unless I include commit. Should it be like that? 


tbl_a.update_or_insert(...)

tbl_b.update_or_insert(...)

db.commit()



-- 



Reply via email to