Skip to content
Commit 6dbb2031 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Implement support for MERGE command in ItemCreateJob

By setting ItemCreateJob::setMergeIfExists to true, the server job will
use MERGE instead of AK-APPEND command. Server will try to merge the
new item with an existing one (if any such exists) by GID and RID match.

If no such item exists, the server will fallback to AK-APPEND behavior and
a new item is inserted. Otherwise the merged item is returned.
parent eaaaad8f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment