Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Remove “in” expression workaround #183

Merged
merged 3 commits into from
Mar 17, 2020
Merged

Remove “in” expression workaround #183

merged 3 commits into from
Mar 17, 2020

Commits on Mar 17, 2020

  1. [ios, macos] Removed in expression workaround

    Removed the match-based in expression workaround in favor of real support for an in expression operator. Avoid interpreting “literal IN literal” predicates as legacy filters.
    1ec5 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    bc6f434 View commit details
    Browse the repository at this point in the history
  2. [ios, macos] Aggregate equality predicates

    Added support for “ANY … =” and “ALL … !=” as synonyms for “IN” and “NOT IN”, respectively.
    1ec5 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    fb559ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    342606d View commit details
    Browse the repository at this point in the history