You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance, IfFieldCheckField declares a field, op, and rfield. Then it deals with to-from string translation, parsing, etc. All these are already implemented in QueryExpression classes, and those should be used instead. That is, in IfFieldCheckField, instead of declaring field, rfield, and op, declare a FieldComparisonExpression. IfFieldCheckValue can use ValueComparisonExpression, IfFieldCheckValues can use NaryRelationalExpression, regex can use RegexExpression...etc.
The text was updated successfully, but these errors were encountered:
For instance, IfFieldCheckField declares a field, op, and rfield. Then it deals with to-from string translation, parsing, etc. All these are already implemented in QueryExpression classes, and those should be used instead. That is, in IfFieldCheckField, instead of declaring field, rfield, and op, declare a FieldComparisonExpression. IfFieldCheckValue can use ValueComparisonExpression, IfFieldCheckValues can use NaryRelationalExpression, regex can use RegexExpression...etc.
The text was updated successfully, but these errors were encountered: