couchbaselabs / ToDoLite-iOS

To-Do list sample app for Couchbase Lite, native iOS version
85 stars 41 forks source link

Deleting a middle row task causes the task row below gone #57

Closed pasin closed 8 years ago

pasin commented 8 years ago

This issue cannot reproduce every time and happened while running with ForestDB Storage Engine. I believe that the issue is storage engine independent.

pasin commented 8 years ago

Confirmed that the issue happens only on ForestDB storage engine. It's also related to descending query.

zgramana commented 8 years ago

@pasin possibly also related to https://github.com/couchbase/couchbase-lite-ios/issues/641?

snej commented 8 years ago

Not really. That bug is about the inability to iterate by sequence in descending order. View queries iterate by key.

pasin commented 8 years ago

Closed as fixed.