From f371ae0340d4e0234e140ce9d779abcfffded332 Mon Sep 17 00:00:00 2001 From: Ottmar Gobrecht Date: Sat, 24 Oct 2020 22:05:39 +0200 Subject: [PATCH] correct changelog --- README.md | 7 +++++-- plex_install.sql | 7 +++++-- src/PLEX.pks | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f98cbc7..a3c47eb 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,11 @@ INSTALLATION CHANGELOG -- 2.1.1 (2020-10-22) - - Fixed: #5 - function BackApp raises "ORA-03113: end-of-file on communication channel" in Oracle 19.6 (collection specific code was running fine in 12.2) +- 2.2.0 (2020-10-xx) + - Function BackApp: + - Fixed: #4 - plex.backapp throws "ORA-00904: DBMS_JAVA.LONGNAME: invalid identifier" in Oracle instances without a JVM + - Fixed: #5 - plex.backapp throws "ORA-03113: end-of-file on communication channel" in Oracle 19.6 + - Table data can now be exported in two formats: CSV and INSERT (p_data_format) - 2.1.0 (2019-12-30) - Function BackApp: - New parameter to include ORDS modules (p_include_ords_modules) diff --git a/plex_install.sql b/plex_install.sql index fe4e797..e28900f 100644 --- a/plex_install.sql +++ b/plex_install.sql @@ -85,8 +85,11 @@ INSTALLATION CHANGELOG -- 2.1.1 (2020-10-22) - - Fixed: #5 - function BackApp raises "ORA-03113: end-of-file on communication channel" in Oracle 19.6 (collection specific code was running fine in 12.2) +- 2.2.0 (2020-10-xx) + - Function BackApp: + - Fixed: #4 - plex.backapp throws "ORA-00904: DBMS_JAVA.LONGNAME: invalid identifier" in Oracle instances without a JVM + - Fixed: #5 - plex.backapp throws "ORA-03113: end-of-file on communication channel" in Oracle 19.6 + - Table data can now be exported in two formats: CSV and INSERT (p_data_format) - 2.1.0 (2019-12-30) - Function BackApp: - New parameter to include ORDS modules (p_include_ords_modules) diff --git a/src/PLEX.pks b/src/PLEX.pks index 4cc2522..ec19987 100644 --- a/src/PLEX.pks +++ b/src/PLEX.pks @@ -38,8 +38,11 @@ INSTALLATION CHANGELOG -- 2.1.1 (2020-10-22) - - Fixed: #5 - function BackApp raises "ORA-03113: end-of-file on communication channel" in Oracle 19.6 (collection specific code was running fine in 12.2) +- 2.2.0 (2020-10-xx) + - Function BackApp: + - Fixed: #4 - plex.backapp throws "ORA-00904: DBMS_JAVA.LONGNAME: invalid identifier" in Oracle instances without a JVM + - Fixed: #5 - plex.backapp throws "ORA-03113: end-of-file on communication channel" in Oracle 19.6 + - Table data can now be exported in two formats: CSV and INSERT (p_data_format) - 2.1.0 (2019-12-30) - Function BackApp: - New parameter to include ORDS modules (p_include_ords_modules)