benoitc / couchbeam

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

bugfix for group_level option #68

Closed elitak closed 12 years ago

elitak commented 12 years ago

The spec in couchbeam_view indicates that {group_level, integer()} can be passed as an option to fetch/3, etc., but only {"group_level", integer()} works without this fix.

benoitc commented 12 years ago

applied in last HEAD. Thanks!