lightcouch / LightCouch

CouchDB Java API
www.lightcouch.org
Apache License 2.0
67 stars 70 forks source link

Adding functionality to explicitly allow an empty view result #47

Open shaufe opened 9 years ago

shaufe commented 9 years ago

In my application, an empty view result is a totally valid state, and I would like to use the view api without catching an exception in that case (which should be slower).

Another question: do you use some kind of code formatting file I could import in Eclipse to automatically format with your preferences? Maybe you could check one in to the trunk.