Uploaded image for project: 'Realm Cocoa SDK'
  1. Realm Cocoa SDK
  2. RCOCOA-201

Queries of the form "object IN %@" do not track updates to the substituted RLMArray or RLMResults

      Queries of the form object IN %@ are converted into a sequence of equality comparisons against the contents of the enumerable object that is substituted in. When the substituted object is a RLMArray or RLMResults there's some expectation that the live-updating nature of those objects will be preserved in the query.

      To support this we'll need core's query engine to support membership comparisons against LinkView and TableView instances.

            Assignee:
            Unassigned Unassigned
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: