Skip to content

LIKE operator

Compare
Choose a tag to compare
@eduard93 eduard93 released this 05 Oct 12:25
· 20 commits to master since this release

161 for 2016.1, 162 for 2016.2+

Change log since last release:

  • Added support for LIKE query predicate
  • Added new visited setting. Set it equal to valid Caché ObjectScript code and recompile Form.JSON.OBJ class to modify SetVisited method code. SetVisited method allows you to define what object can be output any number of times (by default object can be written once to prevent write loops).
  • Removed "null" output error
  • Various technical enhancements