This repository has been archived by the owner on Jun 20, 2020. It is now read-only.
Releases: Trivadis/plsql-analyzer
Releases · Trivadis/plsql-analyzer
PL/SQL Analyzer v1.0.9
- Released on 2016-05-05
- Fixed parse errors when using database link in merge statement.
PL/SQL Analyzer v1.0.8
- 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
PL/SQL Analyzer v1.0.6
- 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
- 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
- JSON
- Grammar fixes (supporting additional keywords such ass RULES, INTERFACE)
PL/SQL Analyzer v1.0.4
- 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
- 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
- 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
- CREATE VIEW enhancements
- Grammar fixes related to 11.2
PL/SQL Analyzer v0.7.16
- 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
- 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