Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
1
Description
We have already migrated the core Bucket/Collection operations into couchbase_core.bucket.Bucket.
This is then wrapped by SDK3 in turn to produce a collection. However, only the main CRUD/Query operations have been migrated to SDK3 - we need to reinstate the other operations.
To start with, offer 'legacy style' behaviour but within the context of a Collection. Later, refactor into SDK3 format, using Get/MutationResult, etc.