Open
Description
Define filters and semantics for array comparisons.
Feel free to use this PR as reference: #59
Array comparisons may involve an either "all" or "any" condition.
Requirements
- Define a clear API to allow swapping between
all
vs.any
- Do not break existing ability to do a membership check with
in
Only pick up work on this if you have and use postgresql