python - Is there a way to update web2py database table without locking the database? -


i have hourly process updates 1 of database tables - when processing presents errors due database being locked:

operationalerror: database locked 

is there way can update databases in web2py without them locking - or there other workaround can take here?


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -