Consistent support for merge ops #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "uw-merge-ops"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For e.g.
update_counter()
to work, the db must have been opened with themerge_operator
defined. This was true when opening the db the first time, but not thereafter. Also add an actualmerge
operation, as themerge_operator
can do more than increment counters.