[Proposal] Optimistic locking without `lock_version` - rubyonrails-core - Ruby on Rails Discussions
14-Jul-2023 1722
There are some use cases where optimistic locking is useful, but doesn’t need the full complexity of a lock_version increment. For example, say a record in the database needs to be “claimed” by the first user who claims.