gocb icon indicating copy to clipboard operation
gocb copied to clipboard

The Couchbase Go SDK

Results 4 gocb issues
Sort by recently updated
recently updated
newest added

# Proposal For Use Of Interfaces ## Context Greetings, Our development team utilizes the `gocb` package for our platform. When we use external packages such as this, we tend to...

Addresses https://github.com/couchbase/gocb/issues/80

For local development with containers or couchbase-community, the durability level is not supported (`DurabilityImpossible`). Since we already have a `ClusterConfigProfileWanDevelopment` with some presets for WanDevelopment, this PR introduces a `ClusterConfigProfileLocalDevelopment`...

**Current behavior** When using `cluster.Users().UpsertGroup`, I am unable to specify the scope for the group roles. The specified scope is ignored and "*" is used instead. The resulting role is...