Skip to content

support for direct SQL comparators

Choose a tag to compare

@LCluber LCluber released this 04 May 19:54
· 28 commits to main since this release
  • Add support for direct SQL comparators (=, <, >, <=, >=, <>, IS, IS NOT, IN, NOT IN, LIKE, NOT LIKE) as valid matchMode values in Filter
    • mapComparator() now passes through direct comparators without mapping
    • mapIndexes() now wraps indexes in parentheses for IN and NOT IN comparators
    • shouldSkipValue() now allows null values for IS and IS NOT comparators
    • check.matchMode() now accepts direct comparators as valid for all property types