PL/SQL Cop for SQL Developer v2.3.1
- Fixed
-
Common
- incomplete results when analyzed source code contains
TREAT(due to NPE, see #1) - When using a own validator with a different guideline naming scheme the configured severity and characteristics per guideline are not honored and the defaults are reported (
Blockerfor severity and all characteristics)
- incomplete results when analyzed source code contains
-
Guidelines
- G-7230 should not be thrown for constants in package specifications (see #79)
-
SQL*Plus grammar
- Wrong line reported after comment lines ending on slash (/) for files using Unix line separators
-
PL/SQL grammar
-
Parse error when
JSON_value_return_typeis not defined.
Documentation changed between version 12c and 18c. However, the following code works in Oracle Database 12c Release 1:SELECT * FROM JSON_TABLE ( (SELECT '{"col1":"foo"}' doc FROM dual), '$' COLUMNS (col1 PATH '$.col1') );
-
Parse error when a
row_limiting_clauseis used without anorder_by_clause -
Parse error when using expressions for
offsetorrowcountinrow_limiting_clause
-
-