generateChangeLog and difftypes

Hi,

generateChangeLog does not work in version 3.0.4 with diffTypes=data.

It’s working for me. Can you list more info on how you’re running generateChangeLog?

Nathan

I am using a DB2 database and generateChangeLog runs without error but the result is a xml-file with table creation changesets only, like:


       

<changeSet …


My parameters in the generateChangeLog task in the build.xml look like this:

<generateChangeLogDatabase
            driver="${reference.driver}"
            diffTypes=“data”
           
            url="${url}"
            username="${username}"
            password="${password}"
           
            defaultSchemaName="${schemaName}"
            outputFile="${dataFile}"
           
            classpathref=“lib.path”>
 

It seems to work just fine for all other difftypes, except “data”.

Could you try the new 3.0.5 release? That has some improvements that may help.


Nathan

I tried the new 3.0.5 release and it reacts the same, except that it added a view changeset.
But there is definitely no data.

The configuration is unchanged (see previous post).

Hi,

i wanted to know if there is any news on this problem. With LB 3.0.6 and 3.0.7 the problem still exists.

It is working fine when I test it. How are you running liquibase? Command prompt or a different way?


Nathan

I am running liquibase with Ant (v1.8.2). By the way I’m using DB2 v9.7.

I created https://liquibase.jira.com/browse/CORE-1622 to track the issue and will look at it as part of the next release.


Nathan