Skip to content

Releases: Trivadis/plsql-cop-cli

PL/SQL Cop v1.0.5

19 Dec 15:33
Compare
Choose a tag to compare
  • Released on 2014-12-13
  • Fixed crash when processing source files in "UTF-8 with BOM" format

PL/SQL Cop v1.0.3

19 Dec 15:32
Compare
Choose a tag to compare
  • 2014-10-07
  • Renamed “Trivadis PL/SQL & SQL CodeChecker” to “Trivadis PL/SQL Cop”

PL/SQL Cop v1.0.1

19 Dec 15:31
Compare
Choose a tag to compare
  • Released on 2014-05-22
  • Oracle 12c grammar support (SQL*Plus, SQL and PL/SQL), e.g.
    • CREATE VIEW enhancements
      • VISIBLE and INVISIBLE view columns
      • BEQUEATH clause
    • SELECT enhancements
      • row_pattern_clause
      • row_limiting_clause
      • cross_outer_apply_clause
      • LATERAL (lateral inline view)
      • plsql_declarations clause
  • Grammar fixes related to 11.2

PL/SQL Cop v0.7.2

19 Dec 15:28
Compare
Choose a tag to compare
  • Release on 2014-04-27
  • Grammar fixes
  • Reduced false positives for guideline 62 – Always use parameters or pull in definitions rather than referencing external variables in a local program unit
  • Reduced redundant issues for guideline 30 – Use BULK OPERATIONS (BULK COLLECT, FORALL) whenever you have to
  • Fixed layout issues on some browsers
  • Added link to Trivadis PL/SQL & SQL Coding Guidelines Version 2.0 in HTML report

PL/SQL Cop v0.6.7

19 Dec 15:24
Compare
Choose a tag to compare
  • Released on 2014-01-10
  • Fixed slash (/) handling in SQL*Plus file preprocessor

PL/SQL Cop v0.6.5

19 Dec 15:23
Compare
Choose a tag to compare
  • Released on 2014-01-09
  • Grammar fixes

PL/SQL Cop v0.6.4

19 Dec 15:21
Compare
Choose a tag to compare
  • Released on 2014-01-02
  • Fixed null pointer exception on timeout

PL/SQL Cop v0.6.3

19 Dec 15:20
Compare
Choose a tag to compare
  • Released on 2014-01-01
  • Grammar fixes
  • New file metrics:
    • McCabe’s cyclomatic complexity (average)
      • Halstead volume (maximum and average)
      • Maintainability index (minimum and average)
    • New PL/SQL Unit metrics:
      • Halstead volume
      • Maintainability index

PL/SQL Cop v0.5.17

19 Dec 15:14
Compare
Choose a tag to compare
  • Released on 2013-10-20
  • Initial GA Release
  • Checks for compliance of all guidelines in Trivadis PL/SQL & SQL Coding Guidelines Version 2.0
    • File metrics:
      • number of warnings
      • number of errors
      • number of bytes
      • number of lines
      • number of commands
      • number of statements
      • McCabe’s cyclomatic complexity (maximum)
      • processing time
  • PL/SQL Unit metrics
    • number of lines
    • number of statements
    • McCabe’s cyclomatic complexity