| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -268,7 +268,7 @@ create or replace package body ut_suite_cache_manager is | |||
| 268 | 268 | if instr(l_tags,',') > 0 or instr(l_tags,'-') > 0 then | |
| 269 | 269 | l_tags := replace(replace_legacy_tag_notation(l_tags),' '); | |
| 270 | 270 | end if; | |
| 271 | - l_tags := ut_utils.convert_postfix_to_infix(ut_utils.shunt_logical_expression(l_tags)); | ||
| 271 | + l_tags := ut_utils.conv_postfix_to_infix_sql(ut_utils.shunt_logical_expression(l_tags)); | ||
| 272 | 272 | l_tags := REPLACE(l_tags, '|',' or '); | |
| 273 | 273 | l_tags := REPLACE(l_tags ,'&',' and '); | |
| 274 | 274 | l_tags := REPLACE(l_tags ,'!','not'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments