-
Notifications
You must be signed in to change notification settings - Fork 51
Open
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.
olee
Metadata
Metadata
Assignees
Labels
No labels