Skip to content

Commit

Permalink
Small bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergejs Vinniks committed Oct 3, 2018
1 parent 95149a9 commit 702d3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/json_filters.pkb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ CREATE OR REPLACE PACKAGE BODY json_filters IS
error$.raise('JFR-00005');
END IF;

v_value := UPPER(TRIM(v_value));
v_value := UPPER(TRIM(p_value));

IF v_value IS NULL THEN
-- NULL filter value specified
Expand Down

0 comments on commit 702d3ee

Please sign in to comment.