Version 1.0.1 of the
Liquibase extension for HANA has been released. It's available on
Maven Central.
What's new?
The release contains the following fixes:
- Add support for NCLOB columns. Previously only CLOB were supported. Thanks to saphka for the fix.
- Fix data type generation when dropping a default value.Previously the data type was added to the generated SQL without converting it to a database-specific type. Thanks to Stephan Merker for the fix.
- Fix dropping of multiple columns. Previously the table name was generated as "null" when dropping multiple columns.
How can I get started?
The SAP HANA Liquibase extension is available on Maven Central:
<dependency>
<groupId>com.sap.foss.hana</groupId>
<artifactId>liquibase-hana</artifactId>
<version>1.0.1</version>
</dependency>
It’s an open source extension, and as such the source code is also available on
Github.
For a more detailed getting started guide refer to my
previous blog post.
Happy coding!