Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

Releases: Trivadis/plsql-analyzer

PL/SQL Analyzer v1.0.9

20 Dec 18:08
Compare
Choose a tag to compare
  • Released on 2016-05-05
  • Fixed parse errors when using database link in merge statement.

PL/SQL Analyzer v1.0.8

20 Dec 18:07
Compare
Choose a tag to compare
  • Relased on 2016-04-26
  • Fixed parse errors when conditional compilation blocks contain non PL/SQL code.
  • Changed default Java and startup parameters within tvdca.cmd.

PL/SQL Analyzer v1.0.7

20 Dec 18:07
Compare
Choose a tag to compare
  • Released on 2015-11-23
  • 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
  • Updated PLSQL.xsd and its HTML documentation covering the grammar changes

PL/SQL Analyzer v1.0.6

20 Dec 18:02
Compare
Choose a tag to compare
  • Released on 2015-06-01
  • Fixed “java.lang.NoClassDefFoundError: org/eclipse/core/runtime/OperationCanceledException” while refreshing table tvd_parsed_objects_t.
  • Support for numeric bind variable names, e.g. :1, :2, :3
  • Updated PLSQL.xsd and its HTML documentation covering the Oracle 12.1.0.2 grammar

PL/SQL Analyzer v1.0.5

20 Dec 18:01
Compare
Choose a tag to compare
  • Released on 2015-04-06
  • Oracle 12.1.0.2 grammar support (SQL*Plus, SQL and PL/SQL), e.g.
    • JSON
      • IS JSON condition
      • JSON_EXISTS condition
      • JSON_TEXTCONTAINS condition
      • JSON_QUERY
      • JSON_TABLE
      • JSON_VALUE
    • ZONE MAPS
      • CREATE MATERIALIZED ZONEMAP
      • ALTER MATERIALIZED ZONEMAP
      • DROP MATERIALIZED ZONEMAP
  • Grammar fixes (supporting additional keywords such ass RULES, INTERFACE)

PL/SQL Analyzer v1.0.4

20 Dec 17:59
Compare
Choose a tag to compare
  • Released on 2015-01-03
  • New command line parameter “service” as alternative to “sid” to establish a database connection using a Oracle Net service name
  • New command line parameter “filter” to process objects based on a custom SQL predicate
  • Exclude 12c schemas DVF and DVSYS from analysis

PL/SQL Analyzer v1.0.3

20 Dec 17:57
Compare
Choose a tag to compare
  • Released on 2014-10-07
  • Renamed “Trivadis PL/SQL & SQL CodeAnalyzer” to “Trivadis PL/SQL Analyzer”
  • Extended internal length for quoted identifiers

PL/SQL Analyzer v1.0.1

20 Dec 17:56
Compare
Choose a tag to compare
  • Release 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 Analyzer v0.7.16

20 Dec 17:53
Compare
Choose a tag to compare
  • Releasd on 2014-04-27
  • Grammar fixes
    fixed installation issue of TVD_COLDEP_PKG package body (based on changed grants)

PL/SQL Analyzer v0.7.12

20 Dec 17:52
Compare
Choose a tag to compare
  • Released on 2014-03-01
  • Optimized query performance of the view TVD_OBJECT_COL_USAGE_V for large result sets
  • Added missing column usages in the view TVD_OBJECT_COL_USAGE_V, considers now:
    • columns used in WHERE clause of DELETE, UPDATE and MERGE statements
    • columns used in ON clause of MERGE statements
    • columns used in parenthesis expressions (e.g. function parameters or IN lists) of DELETE, UPDATE and MERGE statements
  • Removed wrong all-column wildcard (*) usages for DELETE and MERGE statements from the view TVD_OBJECT_COL_USAGE_V
  • Honors quoted identifiers in all views (e.g. shows quoted column named “Ename” as Ename instead of “ENAME”)
  • Fixed ORA-00001 error while reprocessing a renamed object