Trivadis / plsql-and-sql-coding-guidelines

Trivadis PL/SQL & SQL Coding Guidelines

Home Page:https://trivadis.github.io/plsql-and-sql-coding-guidelines/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not violate G-2135 in good and bad example of G-2145

PhilippSalvisberg opened this issue · comments

The variable l_parallel_degree is not used in the good and bad example of G-2145.

Add a do_something(l_parallel_degree); call to avoid this.