Skip to content

Commit 7c3aa44

Browse files
authored
Update eval_pkg.pkb.sql
exceptions were being marked stale when they should not. compare string function test line 411 should be = 'N'
1 parent 8c8529a commit 7c3aa44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product/sert/sert_core/package_body/eval_pkg.pkb.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ where
408408
|| e.column_name || ':'
409409
|| e.shared_comp_name
410410
-- and er.current_value != e.current_value
411-
and sert_core.sert_util.compare_string_yn(e.current_value,er.current_value) = 'Y'
411+
and sert_core.sert_util.compare_string_yn(e.current_value,er.current_value) = 'N'
412412
and er.eval_id = p_eval_id
413413
);
414414

0 commit comments

Comments
 (0)