...
Limited Forecast issue with Foreign Key Constraints
If you use the Limited Forecast functionality, please do not upgrade to version 7.13. An issue with Limited Forecast (DAT-8200) was discovered in Liquibase Enterprise & Business 7.13.
This issue is fixed in version 7.14 (and higher).
Limited Forecast not profiling all schemas impacted by some change set types
When using Limited Forecast in multi-schema projects you may get errors about the schema targeted by a change (such as a createSynonym) being for a schema that is unmanaged by the product even though the schema is included in the project definition (DAT-8329). If you encounter these errors with 7.13, the workaround is to use Full Forecast instead of Limited Forecast.
Missing SSH Preferences in Liquibase Enterprise & Business GUI
After upgrading Datical DB to later versions, you might have issues with the SSH feature being unavailable to generate the SSH key via the Eclipse GUI. To return SSH in Preferences, follow these steps:
In the Datical DB GUI, select Help > Install New Software.
In the Work with field of the Install dialog box, enter https://download.eclipse.org/releases/2018-12.
Select Git integration for Eclipse, and then select Next to install it.
Open Preferences. You should see SSH2 under Network Connections.
Liquibase Enterprise & Business cannot pick up SQLPATH environment variable on Windows
In release 7.6, we updated the version of instantclient
, which provides SQLPLUS 12.2.0.1.0. This version of SQLPLUS contains a bug: SQL PLUS 12.2 NOT OBSERVING SQLPATH IN REGISTRY OR ENV VARIABLE FOR LOGIN.SQL
(DAT-7598). As a workaround, you can use SQLPLUS 12.1.
...