Skip to content

Commit

Permalink
RN style guide revision
Browse files Browse the repository at this point in the history
  • Loading branch information
gvasquezvargas committed Apr 16, 2024
1 parent 263cb9c commit 1a32721
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Released: 16 Apr 2024

New features, enhancements, bug fixes, and other changes in Migration Portal 4.8.0 include the following:

| Type | Description |
|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Enhancement | A new repair handler (ERH-2106) was added that removes the `VARRAY` property column clause from the `CREATE TABLE` statement as EDB Postgres Advanced Server does not support the `VARRAY` column property. |
| Enhancement | A new repair handler (ERH-2107) was added that removes the `USING INDEX COMPUTE STATISTICS` cause from the `CREATE TABLE` statement as EDB Postgres Advanced Server does not support it. |
| Security fix | Updated the PostgreSQL JDBC library used by Migration Portal to address the security vulnerabilities identified in [CVE-2024-1597](https://nvd.nist.gov/vuln/detail/CVE-2024-1597). |
| Bug fix | Fixed an issue that led to parsing failures for large DDLs that had led to skipping of words from source DDL. |
| Bug fix | Fixed an issue where DDL files containing special Unicode characters caused the assessment to fail and the user not being able to see any projects. |
| Type | Description |
|-------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Enhancement | Added a new repair handler (ERH-2106) that removes the `VARRAY` property column clause from the `CREATE TABLE` statement as EDB Postgres Advanced Server does not support the `VARRAY` column property. |
| Enhancement | Added a new repair handler (ERH-2107) that removes the `USING INDEX COMPUTE STATISTICS` cause from the `CREATE TABLE` statement as EDB Postgres Advanced Server does not support it. |
| Security fix | Updated the PostgreSQL JDBC library used by Migration Portal to address the security vulnerabilities identified in [CVE-2024-1597](https://nvd.nist.gov/vuln/detail/CVE-2024-1597). |
| Bug fix | Fixed an issue in which parsing failures for large DDLs led to skipping of words from source DDL. |
| Bug fix | Fixed an issue whereby DDL files containing special Unicode characters caused the assessment to fail and the user to be unable to see any projects. |

0 comments on commit 1a32721

Please sign in to comment.