spring-data-couchbase icon indicating copy to clipboard operation
spring-data-couchbase copied to clipboard

use query_context even for _default scope, _default collection, except if server doesn't support it

Open mikereiche opened this issue 3 years ago • 3 comments

use query_context even for _default scope, _default collection, except if server doesn't support it

In anticipation of future requirements for stellar nebula and direct nebula - always requiring query_context

mikereiche avatar Dec 13 '22 20:12 mikereiche

This did get discussed as one potential path for the SDKs, but was abandoned in favour of only sending query_context if the application explicitly chose a scope based API. What would that look like in Spring?

programmatix avatar Mar 16 '23 07:03 programmatix

That would be much easier :)

mikereiche avatar Mar 16 '23 14:03 mikereiche

Yea and doesn't break against pre 7.0 too

programmatix avatar Mar 16 '23 14:03 programmatix