For e.g. update_counter() to work, the db must have been opened with the merge_operator defined. This was true when opening the db the first time, but not thereafter. Also add an actual merge operation, as the merge_operator can do more than increment counters.
For e.g. `update_counter()` to work, the db must have been opened with the `merge_operator` defined. This was true when opening the db the first time, but not thereafter. Also add an actual `merge` operation, as the `merge_operator` can do more than increment counters.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
For e.g.
update_counter()to work, the db must have been opened with themerge_operatordefined. This was true when opening the db the first time, but not thereafter. Also add an actualmergeoperation, as themerge_operatorcan do more than increment counters.