spring-data-couchbase
spring-data-couchbase copied to clipboard
use query_context even for _default scope, _default collection, except if server doesn't support it
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
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?
That would be much easier :)
Yea and doesn't break against pre 7.0 too