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
comment/shelve: at some point it would be nice to add transactional consistent state changes, i.e. optimistic locking. That means that e.g. when you update a row you do:
update swh_deposit
set status ='WAITING'where
id =123and status ='PENDING';
and then check if any rows were updated (i.e. what we already do for records with the
version_id
field).Originally posted by @slint in #37 (comment)
The text was updated successfully, but these errors were encountered: