A RetroSearch Logo

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

Search Query:

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

[plsql] ParseException with UPDATE and package record variable · Issue #1950 · pmd/pmd · GitHub

Affects PMD Version: 6.16

Rule:

Description: In given example

Code Sample demonstrating the issue:

create or replace package body solt9001 is
 
  procedure upd is

  begin
  
      update solt90_web_service_log
      set    row = solt9001.rec
      returning record_version into solt9001.rec.record_version;

  end upd;

end;
/

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