Skip to content

PL/SQL Cop for SQL Developer v1.0.12

Choose a tag to compare

@PhilippSalvisberg PhilippSalvisberg released this 20 Dec 16:04
  • Released on 2015-11-23

  • Guideline 16 (Avoid using overly short names for declared or implicitly declared identifiers) does not report variables used as index in basic loops, while loops and for loops. Variable names i and j are not ignored anymore.

  • Reduced false negatives for guideline 24 (Try to use boolean data type for values with dual meaning). See also Validator Limitations.

  • Extending grammar to support the IS OF type Condition fully
    is_of_type_condition

  • Extending grammar to support additional keyword WITHIN e.g. as variable name