--diffTypes questions

Hi,

I am attempting to generate a full changelog including data. I have tried using:

“–diffTypes=data,tables,columns,views,primaryKeys,uniqueConstraints,indexes,foreignKeys,sequences”

and it seems that foreign keys do not get included in the generated log.

If I generate two separate logs, one with no --diffTypes arg, and in with “–diffTypes=data” I seem to get all schema info in first log, and all data in second log. Am I missing something as to how to generate all info into one single changelog?

Thanks,
Brendan

That should generate everything in one step.  There may be a bug in the logic.  I created an issue for it (http://liquibase.jira.com/browse/CORE-394)

Nathan