As we are trying to use the existing oracle liquibase-changes.xml for SAP HANA DB, the following features are NOT supported in the Liquibase core 3.5.5 version.
- ALTER (modify or adding column)
Throwing excetion that SQL syntax is NOT correct.
-
forIndexName is NOT supported for SAP HANA
-
In Squence creation, ordered = false is NOT supported
-
trigger syntax needs to be changed as per SAP HANA DB
Please help to give suggestions or direction that without any making changes in the liquibase-changes.xml and also in liquibase core library changes, How to make common liquibase-changes.xml for both DBs ? and also so In order to work ALTER command need to change the liquibase core libraries… how to avoid to touch the core libraries changes?