SourceForge.net Logo

Requirement: selector.operator.in

IN expressions are of the form: identifier [NOT] IN (string-literal1, string-literal2, ...) where identifier has a String or NULL value. If identifier is NULL, the value of the operation is unknown. TODO - add tests where identifier is known to be a non-string value

See:

  • Section 3.8.1.1, Message Selector Syntax