You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the correct thing to do would be for those methods to return {Operation}ByInScope because then we could do .withDurability().withScope("").withCollection("")
How do you see it?
The text was updated successfully, but these errors were encountered:
Hello
I've been looking at the added feature of scopes and collections and I've seen an issue that I don't know if it's correct.
spring-data-couchbase/src/main/java/org/springframework/data/couchbase/core/ExecutableUpsertByIdOperation.java
Lines 116 to 122 in 32f6a05
spring-data-couchbase/src/main/java/org/springframework/data/couchbase/core/ExecutableReplaceByIdOperation.java
Lines 116 to 122 in 32f6a05
spring-data-couchbase/src/main/java/org/springframework/data/couchbase/core/ExecutableInsertByIdOperation.java
Lines 117 to 123 in 32f6a05
spring-data-couchbase/src/main/java/org/springframework/data/couchbase/core/ReactiveUpsertByIdOperation.java
Lines 119 to 125 in 32f6a05
spring-data-couchbase/src/main/java/org/springframework/data/couchbase/core/ReactiveReplaceByIdOperation.java
Lines 117 to 123 in 32f6a05
spring-data-couchbase/src/main/java/org/springframework/data/couchbase/core/ReactiveInsertByIdOperation.java
Lines 113 to 119 in 32f6a05
spring-data-couchbase/src/main/java/org/springframework/data/couchbase/core/ReactiveRemoveByIdOperation.java
Lines 113 to 119 in 32f6a05
spring-data-couchbase/src/main/java/org/springframework/data/couchbase/core/ExecutableRemoveByIdOperation.java
Lines 114 to 120 in 32f6a05
I think the correct thing to do would be for those methods to return {Operation}ByInScope because then we could do
.withDurability().withScope("").withCollection("")
How do you see it?
The text was updated successfully, but these errors were encountered: