We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c8529a + 7c3aa44 commit d5aa132Copy full SHA for d5aa132
product/sert/sert_core/package_body/eval_pkg.pkb.sql
@@ -408,7 +408,7 @@ where
408
|| e.column_name || ':'
409
|| e.shared_comp_name
410
-- and er.current_value != e.current_value
411
- and sert_core.sert_util.compare_string_yn(e.current_value,er.current_value) = 'Y'
+ and sert_core.sert_util.compare_string_yn(e.current_value,er.current_value) = 'N'
412
and er.eval_id = p_eval_id
413
);
414
0 commit comments