benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

Fix inclusive_end option #62

Closed yfyf closed 12 years ago

yfyf commented 12 years ago

The inclusive_end option is true by default[1] in CouchDB, so there is no point having something that only enables it.

[1]: See this discussion for details: https://issues.apache.org/jira/browse/COUCHDB-194