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
Currently for CUSTOM_SQL_EXPR return true, it would considered as success. while CUSTOM_SQL_STATEMENT returning true it is considered as failure.
If really the rules are considered as assertion, shouldn't the complex_rule_validation_success_flag be true instead when CUSTOM_SQL_STATEMENT is returning true ?
The text was updated successfully, but these errors were encountered:
Currently for
CUSTOM_SQL_EXPR
returntrue
, it would considered as success. whileCUSTOM_SQL_STATEMENT
returningtrue
it is considered as failure.If really the rules are considered as assertion, shouldn't the
complex_rule_validation_success_flag
betrue
instead whenCUSTOM_SQL_STATEMENT
is returningtrue
?The text was updated successfully, but these errors were encountered: