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 use keyword UPSERT in good and bad example of G-7160

PhilippSalvisberg opened this issue · comments

The good and bad examples in G-7160 are violating the general guideline 7. upsert is a keyword (used in the model_rules_clause).

I suggest to use ins_upd instead and name the end label employee_api as the procedure.