You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran hovercraft after a change from attachements to atts, following cases are working
1.open_doc 2. save_doc 3. open_db
But query_view is not working, here is the trace info,
hovercraft:query_view(<<"test">>, <<"d1">>, <<"v1">>).
** exception error: no function clause matching
in function couch_view:fold_fun/4
in call from couch_btree:stream_kv_node2/7
in call from couch_btree:fold/5
in call from couch_view:fold/5
in call from hovercraft:query_view/5
The text was updated successfully, but these errors were encountered:
JChris,
I fixed hovercraft which has couple of issues with latest couchdb 0.11 by cloning it. Please merge it back. [email protected]:sendtopms/hovercraft.git
Thanks.
I ran hovercraft after a change from attachements to atts, following cases are working
1.open_doc 2. save_doc 3. open_db
But query_view is not working, here is the trace info,
hovercraft:query_view(<<"test">>, <<"d1">>, <<"v1">>).
** exception error: no function clause matching
in function couch_view:fold_fun/4
in call from couch_btree:stream_kv_node2/7
in call from couch_btree:fold/5
in call from couch_view:fold/5
in call from hovercraft:query_view/5
The text was updated successfully, but these errors were encountered: