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
It seems to me that if you query a view with the parameter descending = false (couchDBView.sync(db, design, view, {descending:false}), this gets overridden somehow in CouchDBTools (is it Tools.mixin({
feed: "continuous",
heartbeat: 20000,
descending: true
}, _syncInfo.query);
that's causing it?)
The text was updated successfully, but these errors were encountered:
It seems to me that if you query a view with the parameter descending = false (couchDBView.sync(db, design, view, {descending:false}), this gets overridden somehow in CouchDBTools (is it Tools.mixin({
feed: "continuous",
heartbeat: 20000,
descending: true
}, _syncInfo.query);
that's causing it?)
The text was updated successfully, but these errors were encountered: