-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor deletion handling and update test assertions
Refactor CRDT deletion handling to use an empty string ("") instead of "__deleted__" as the marker for deleted columns. Update logic for record fields to check emptiness rather than a specific marker. Adjust all related tests to align with the new deletion marker and improve assertion descriptions for clarity.
- Loading branch information
1 parent
2cd5f08
commit 139ae4a
Showing
2 changed files
with
29 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters