couchbaselabs / couchbaselabs/Linq2Couchbase

OData support for $select

Open
#284 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
98
Forks
50
PR merge metrics
No merged PRs in 30d

Description

A question came in from Stack Overflow on OData with Linq2Couchbase: https://stackoverflow.com/questions/61078681/how-to-apply-odata-select-after-couchbase-iqueryable-is-executed

A minimum source code to reproduce the issue is here: https://github.com/ofthelit/ODataCouchbase

It looks like `$select` causes a `NotImplementedException`. I ran the code, and found that the N1QL itself is generated correctly and executes correctly. But in BucketQueryExecutor.cs, ExecuteCollection, running the query results in the exception. Supporting a `$select` seems like a common scenario in OData. Is this a bug, or is this just not yet supported? What would it take to get it supported?

(See also issue #222)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.