Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Both type of keys and type of values must not be provided when the DB is... #35

Merged
merged 2 commits into from
Nov 10, 2017

Conversation

rwitzel
Copy link
Contributor

@rwitzel rwitzel commented Jan 9, 2015

... queried.

This is useful if the client is rather generic and does
want to decide later what type of data is needed, e.g. ID and value of rows but not the key.

… is queried.

This is useful if the client is rather generic and does
want to decide later what type of data is needed, e.g. ID and value of rows but not the key.
because many APIs return an empty list in this case as meaningful default.

The disadvantage of the exception was that parts of the
response (total_rows, offset) were not accessible by the client.

NoDocumentException is now only used when a specific document
is requested and not found.
@lightcouch lightcouch merged commit 7b5fa59 into lightcouch:master Nov 10, 2017
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.

None yet

2 participants