couchbaselabs / couchbaselabs/Linq2Couchbase
Raw Queries and Results
Open
- Dominant language
- C#
- Stars
- 98
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to debug an application and I'm having some trouble. I'm executing a query that is throwing a parse result. I'd like to see the query that is being generated and the result that is being returned. If I can access the raw query, I can execute it against the database.
I can't figure out how to generate a string version of the Couchbase query from the IQueryable instance. ToString usually generates the raw query in other Linq implementations that I've worked on, but it doesn't seem to do that here.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.