MySQL 5.6 keywords `partition' not quoted as a column name

I am trying to upgrade my liquibase to 3.3.0 

If the column contains a keyword, such as "PARTITION". the migration fails.

e.g. the generated SQL DDL contains: PARTITION VARCHAR(20) NOT NULL because there is a change set about creating a table with a column called key.

I found the similar closed bug https://liquibase.jira.com/browse/CORE-1478. It is fixed for word "key". I have the same problem with "PARTITION".

My change set is :

       

           

           

       

   

Thanks. I added CORE-2136 and the fix will go out with 3.3.1.

Nathan

Working though the open issues and testing the standard extensions. It will probably be Monday or Tuesday.

There are snapshot builds available from https://liquibase.jira.com/builds/browse/CORE-LB4 if you wanted to test the fix out prior.

Nathan

Great,

When do you plan to release the 3.3.1 ?

Evgeny