-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Motivation ----------- The Map data structure is using invalid paths for At and Exists. This is causing these functions to be unuseable. They wrap the id in `[<id>]` which looks like a copy and paste bug from the list/set data structures. Changes ------- Don't wrap the id in `[<id>]` for At and Exists for the map data structure. Change-Id: I5f7dfcb506c260603405e5b6b8e0eabcb703425b Reviewed-on: http://review.couchbase.org/c/gocb/+/137041 Reviewed-by: Charles Dixon <chvckd@gmail.com> Tested-by: Charles Dixon <chvckd@gmail.com>
- Loading branch information
Showing
2 changed files
with
11 additions
and
2 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