Skip to content

Update/upsert records should use patch - #146

Merged
kriszyp merged 5 commits into
mainfrom
patch-on-update
Feb 18, 2026
Merged

Update/upsert records should use patch#146
kriszyp merged 5 commits into
mainfrom
patch-on-update

Conversation

@kriszyp

@kriszyp kriszyp commented Feb 13, 2026

Copy link
Copy Markdown
Member

This changes the behavior of our update operation (and upsert when there is no existing record), to use a patch instead of a put method, which more closely aligns with the intended semantics, preserving individual property updates in distributed conflicted data write scenarios.

@kriszyp
kriszyp marked this pull request as ready for review February 16, 2026 14:38
@kriszyp
kriszyp requested a review from a team as a code owner February 16, 2026 14:38
Base automatically changed from rocksdb to main February 17, 2026 23:26
@kriszyp
kriszyp merged commit 466dcbb into main Feb 18, 2026
24 of 25 checks passed
@kriszyp
kriszyp deleted the patch-on-update branch February 18, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants