Command Line ignoring MD5 Sum

Hi,

I am running Liquibase 2.0-rc5 through the command line interface against an MS SQL Server 2008 R2 Database.

It appears that when I change some value of an already applied changeSet Liquibase doesn’t complain. If I put runOnChange=true, however, a new entry is created in the database.

Also, if I run liquibase.bat update without specifying a context, the changeSet marked with context=testdata is applied anyways.

Has anybody seen this before?

Regards,
Rene

(sorry for the slow response)

It was an issue wiht RC5 that should be fixed in trunk for RC6.  Thanks for the report.

Nathan

Thanks Nathan,

That sounds great.