Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/1-introduction/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ Restriction | Describes the circumstances to be fulfilled to make use of a rule.

### Validator support ###

The tool PL/SQL Cop (see the "Tool Support" chapter) cannot support *all* the guidelines in this document. Those guidelines that are *not* supported by PL/SQL Cop validators are marked like this:
The tool db\* CODECOP (see the "Tool Support" chapter) cannot support *all* the guidelines in this document. Those guidelines that are *not* supported by db\* CODECOP validators are marked like this:

!!! missing "Unsupported in PL/SQL Cop Validators"
!!! missing "Unsupported in db\* CODECOP Validators"
Reason why the specific guideline is not supported by the validators.

The PL/SQL Cop repository documents the [details of validator limitations](https://github.com/Trivadis/plsql-cop-cli/blob/main/validator-limitations.md#guidelines).
The db\* CODECOP repository documents the [details of validator limitations](https://github.com/Trivadis/plsql-cop-cli/blob/main/validator-limitations.md#guidelines).

### Why are standards important

Expand Down
2 changes: 1 addition & 1 deletion docs/4-language-usage/3-dml-and-sql/1-general/g-3160.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!!! warning "Major"
Maintainability, Reliability

!!! missing "Unsupported in PL/SQL Cop Validators"
!!! missing "Unsupported in db\* CODECOP Validators"
We cannot identify the type of a column. Requires `create table` and `alter table` parser support or access to the Oracle Data Dictionary.

## Restriction
Expand Down
2 changes: 1 addition & 1 deletion docs/4-language-usage/3-dml-and-sql/1-general/g-3170.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!!! warning "Major"
Reliability

!!! missing "Unsupported in PL/SQL Cop Validators"
!!! missing "Unsupported in db\* CODECOP Validators"
We cannot identify column default values. Requires `create table` and `alter table` parser support or access to the Oracle Data Dictionary.

## Restriction
Expand Down
2 changes: 1 addition & 1 deletion docs/4-language-usage/5-exception-handling/g-5010.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!!! danger "Critical"
Reliability, Reusability, Testability

!!! missing "Unsupported in PL/SQL Cop Validators"
!!! missing "Unsupported in db\* CODECOP Validators"
We cannot identify logging framework and where it should be applied. Requires further definition regarding naming of the error/logging framework and its minimal use in PL/SQL code.

## Reason
Expand Down
2 changes: 1 addition & 1 deletion docs/4-language-usage/7-stored-objects/1-general/g-7170.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!!! warning "Major"
Efficiency, Maintainability

!!! missing "Unsupported in PL/SQL Cop Validators"
!!! missing "Unsupported in db\* CODECOP Validators"
We cannot determine the usage of an `in out` parameter in a reliable way, especially when other units are involved which are maintained in another file.

## Reason
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!!! warning "Major"
Efficiency, Reliability

!!! missing "Unsupported in PL/SQL Cop Validators"
!!! missing "Unsupported in db\* CODECOP Validators"
We cannot identify what the primary key column(s) are to check if assignment to a primary key is taking place in the trigger.

## Reason
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!!! tip "Minor"
Efficiency, Reliability

!!! missing "Unsupported in PL/SQL Cop Validators"
!!! missing "Unsupported in db\* CODECOP Validators"
We cannot identify where an application lock would make sense. Algorithms to detect wrong, missing and right usages of this pattern are virtually impossible to implement without understanding the context.

## Reason
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!!! tip "Minor"
Efficiency, Reliability

!!! missing "Unsupported in PL/SQL Cop Validators"
!!! missing "Unsupported in db\* CODECOP Validators"
We cannot know where the use of `dbms_application_info` is sensible. Algorithms to detect wrong, missing and right usages of this pattern are virtually impossible to implement without understanding the context.

## Reason
Expand Down