This looks like an edge case in the view indexing code for SQLite, where it’s putting the wrong revID in the _conflicts property. I’ll file an issue for it.
What you can do instead is query /db/_all_docs?only_conflicts=true, which will only return documents in conflict. It will also include a _conflicts property, but the logic that generates it is different (and simpler) and should work reliably. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/5F199D67-F92B-4F77-89A4-03D3BBE0D28F%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
