Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB Changelog properties not recognized/not resolved #65

Open
P1ll3P4ll3 opened this issue May 17, 2021 · 0 comments
Open

DB Changelog properties not recognized/not resolved #65

P1ll3P4ll3 opened this issue May 17, 2021 · 0 comments

Comments

@P1ll3P4ll3
Copy link

P1ll3P4ll3 commented May 17, 2021

Hello,
we upgraded from an older liquibase version to 4.3.2 and introduced this HANA extension. In the past we had own implementations for HANA-specific data types and operations which we removed. We are using a central db changelog (XML) which consists only of includes of other changelog files.

In the beginning of the central changelog we have a central properties XML to specify data types for different databases, e.g.

<property name="type.bigint" value="BIGINT" dbms="common,derby,hdb"/>
...
<property name="type.test1" value="NVARCHAR(32)" dbms="hdb"/>
<property name="type.test1" value="VARCHAR(32)" dbms="derby" />
...

So we are using the attribute dbms to specify database-specific data types and in the other changelogs for specifying database-specific operations.

The attribute dbms="hdb" is not recognized and the property substitutions are not working anymore, as well as other db operations using this attribute value. If we remove it, then it works.

What is the correct attribute to be used within the dbms attribute for HANA using this liquibase extension for HANA?

Thanks and best regards,
P1ll3P4ll3

┆Issue is synchronized with this Jira Bug by Unito

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant