Skip to content

Conversation

@matteobortolazzo
Copy link
Owner

No description provided.

panoukos41 and others added 24 commits February 17, 2021 17:30
#107 - Improves IsUp
Methods Added/Renamed to reflect what they return.

GetViewAsync returns an IList<TRow>  
GetViewWithDocAsync returns an IList<(TRow Value, TSource Doc)> for calls that also want the selected doc

Detailed returns that contain the whole result returned by CouchDB.

GetDetailedViewAsync returns a CouchViewResult<TRow>  
GetDetailedViewWithDocAsync returns a CouchViewResult<TRow, TSource> for calls that also want the selected doc
Change method names and return types.
Remove TryEscape and Escape methods since keys can be any value and not all values need to be escaped.

Add some remarks on key values.
Disable nullables for the file instead.
@matteobortolazzo matteobortolazzo merged commit 010ca6c into master Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants