I have the same issue. I am following the sample change list from http://www.liquibase.org/documentation/sql_format.html but the ; is causing an error.
If I remove the ; my update goes through. However, if I have multiple statements, I need to use ; to separate them,except the last statement shouldnt have a ;
Am I doing something wrong or is this a known issue/bug? Is there a workaround?