A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pmd/pmd/issues/1946 below:

[plsql] ParseException with using TRIM inside IF statements condition · Issue #1946 · pmd/pmd · GitHub

Affects PMD Version: 6.16

Rule:

Description: As shown in example. Works fine when using other functions

Code Sample demonstrating the issue:

create or replace function test return varchar2 is
  begin
      if trim(p_row.dim03) not in ('test1', 'test2') then
        NULL;
      end if;
    return NULL;
  end test;
/

Running PMD through: [Designer]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4