Adding Netezza extension - problem trying to get "generateChangeLog" to work with a db implemented by an extension

Hi there,

I am building an extension to support Netezza, an IBM database. I am trying to get the “generateChangeLog” function to work, however in order to do so it seems that I need to modify at least SequenceSnapshotGenerator in order to allow Liquibase to read the sequences.

There doesn’t seem to be a nice extension point for this, which suggests that I need to add Netezza support into the core Liquibase, rather than as an extension.

Can anyone comment on this?

Thanks,

Robert

Hi Robert,

We wrote an extension for Netezza.

It’s available on maven central and github:
http://search.maven.org/#artifactdetails|nl.inergy.liquibase|liquibase-netezza|1.0.0|jar

https://github.com/inergynl/liquibase-netezza

I hope it suits your needs.