-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support replace ops with an empty array value
This commit resolves an issue with replace operations that contained an empty array as the value. If a filter is not included in the path, the SDK now treats this as a request to delete all values of the targeted multi-valued attribute. If a filter is included, then all attribute values that match the filter will be removed. Reviewer: vyhhuang Reviewer: dougbulkley JiraIssue: DS-48754
- Loading branch information
1 parent
74d04e1
commit e2d492f
Showing
4 changed files
with
332 additions
and
56 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
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
Oops, something went wrong.