Trivadis/plsql-and-sql-coding-guidelines

Do not use keyword UPSERT in good and bad example of G-7160

PhilippSalvisberg opened this issue · 0 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.