This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
examples-formatted-by-hand
formatted-by-plsql-developer
formatted-by-sql-developer Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- -- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/master /docs/3-coding-style/coding-style.md#example
1+ -- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/main /docs/3-coding-style/coding-style.md#example
22
33CREATE OR REPLACE PROCEDURE set_salary(
44 in_employee_id IN employees .employee_id %TYPE
Original file line number Diff line number Diff line change 1- -- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/master /docs/3-coding-style/coding-style.md#example
1+ -- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/main /docs/3-coding-style/coding-style.md#example
22
33CREATE OR REPLACE PROCEDURE set_salary(in_employee_id IN employees .employee_id %TYPE) IS
44 CURSOR c_employees(p_employee_id IN employees .employee_id %TYPE) IS
Original file line number Diff line number Diff line change 1- -- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/master /docs/3-coding-style/coding-style.md#example
1+ -- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/main /docs/3-coding-style/coding-style.md#example
22
33CREATE OR REPLACE PROCEDURE set_salary (
44 in_employee_id IN employees .employee_id %TYPE
Original file line number Diff line number Diff line change 156156 <scm >
157157 <connection >scm:git:git://github.com/Trivadis/plsql-formater-settings.git</connection >
158158 <
developerConnection >scm:git:
[email protected] :Triviadis/plsql-formatter-settings.git</
developerConnection >
159- <tag >master </tag >
159+ <tag >main </tag >
160160 <url >https://github.com/Trivadis/plsql-formatter-settings</url >
161161 </scm >
162162
You can’t perform that action at this time.
0 commit comments