modifyDataType change set does not terminate the sql statement properly

The following change set:


generates this error:
    [java] liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE CARDCATALOG MODIFY ( LABEL VARCHAR2(64)

Running 2.0 RC1 on Oracle.
Ion

It has been fixed since RC1.  You can get the latest build from http://www.liquibase.org/ci/latest  It should fix the problem.

Nathan

Thanks Nathan.

Works fine in 2.0 RC2.

Ion

Great, thanks for testing it out.

Nathan